From c7eb921621150e5302f98893777d07cf0f8738dd Mon Sep 17 00:00:00 2001 From: Brad Morris Date: Wed, 15 Dec 2021 08:54:05 -0500 Subject: [PATCH] remove custom themes from unsupported feature list for exported report packages (#67) --- documentation/docs/guides/export-report-package.md | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/docs/guides/export-report-package.md b/documentation/docs/guides/export-report-package.md index 285aa4f..90ba60c 100644 --- a/documentation/docs/guides/export-report-package.md +++ b/documentation/docs/guides/export-report-package.md @@ -50,6 +50,5 @@ It might be necessary for you to use a font that is not a standard font availabl As mentioned above, `url`, `reportUri`, and `authenticationType` are ignored when you set `packageUri`. The following APIs and features are not supported for report packages: * [`exportPDF`](api/ReportHandle.md#exportpdfoptions-exportpdfoptions-promise-string) * [`exportData`](api/ObjectHandle.md#exportdataformat-string-options-exportdataoptions-promise-string) -* Custom report themes Some objects and advanced object functionality are not supported for report packages. Those details are outlined in SAS Report Package Reference and further clarifications can be found at SAS Report Packages: Frequently Asked Questions.