Skip to main content
A newer version of this page is available. .

DashboardViewer.ExportDashboardItemToPdf Method

Name Parameters Description
ExportDashboardItemToPdf(String, Stream, DashboardPdfExportOptions) dashboardItemName, stream, options Exports the dashboard item to the specified stream in PDF format using the specified PDF-specific options.
ExportDashboardItemToPdf(String, Stream, PdfExportOptions) dashboardItemName, stream, options Obsolete. Exports the dashboard item to the specified stream in PDF format using the specified PDF-specific options.
ExportDashboardItemToPdf(String, Stream) dashboardItemName, stream Exports the dashboard item to the specified stream in PDF format.
ExportDashboardItemToPdf(String, String, DashboardPdfExportOptions) dashboardItemName, filePath, options Exports the dashboard item to the specified file in PDF format using the specified PDF-specific options.
ExportDashboardItemToPdf(String, String, PdfExportOptions) dashboardItemName, filePath, options Obsolete. Exports the dashboard item to the specified file in PDF format using the specified PDF-specific options.
ExportDashboardItemToPdf(String, String) dashboardItemName, filePath Exports the dashboard item to the specified file in PDF format.