Uses of Class
com.infragistics.reveal.sdk.api.PowerPointExportOptions
-
Packages that use PowerPointExportOptions Package Description com.infragistics.reveal.sdk.api Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works. -
-
Uses of PowerPointExportOptions in com.infragistics.reveal.sdk.api
Methods in com.infragistics.reveal.sdk.api with parameters of type PowerPointExportOptions Modifier and Type Method Description voidIDashboardExporter. exportToPowerPoint(String dashboardId, IRVUserContext userContext, PowerPointExportOptions options, ExportStreamCallback callback)Exports a dashboard to PowerPoint.voidIDashboardExporter. exportToPowerPoint(String dashboardId, String filePath, IRVUserContext userContext, PowerPointExportOptions options, ExportCallback callback)Exports a dashboard to PowerPoint.
-