Uses of Class
io.revealbi.core.PdfExportOptions
Packages that use PdfExportOptions
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of PdfExportOptions in io.revealbi.core
Methods in io.revealbi.core with parameters of type PdfExportOptionsModifier and TypeMethodDescriptionIDashboardExporter.exportToPdf(String dashboardId, IRVUserContext userContext, PdfExportOptions options) Exports a dashboard to Pdf.IDashboardExporter.exportToPdf(String dashboardId, String filePath, IRVUserContext userContext, PdfExportOptions options) Exports a dashboard to Pdf. -
Uses of PdfExportOptions in io.revealbi.core.impl.exporter
Methods in io.revealbi.core.impl.exporter with parameters of type PdfExportOptionsModifier and TypeMethodDescriptionDefaultDashboardExporter.exportToPdf(String dashboardId, IRVUserContext userContext, PdfExportOptions options) DefaultDashboardExporter.exportToPdf(String dashboardId, String filePath, IRVUserContext userContext, PdfExportOptions options)