ExportDashboardItemToPdf(Dashboard, String, Stream, Nullable<Size>, DashboardState, DashboardPdfExportOptions)
|
dashboard, dashboardItemName, outputStream, dashboardItemSize, state, options
|
Exports a dashboard item’s data to the specified stream in PDF format.
|
ExportDashboardItemToPdf(Dashboard, String, String, Nullable<Size>, DashboardState, DashboardPdfExportOptions)
|
dashboard, dashboardItemName, outputFilePath, dashboardItemSize, state, options
|
Exports a dashboard item’s data to the specified PDF file.
|
ExportDashboardItemToPdf(Stream, String, Stream, Nullable<Size>, DashboardState, DashboardPdfExportOptions)
|
dashboardXml, dashboardItemName, outputStream, dashboardItemSize, state, options
|
Exports a dashboard item’s data to the specified stream in PDF format.
|
ExportDashboardItemToPdf(Stream, String, String, Nullable<Size>, DashboardState, DashboardPdfExportOptions)
|
dashboardXml, dashboardItemName, outputFilePath, dashboardItemSize, state, options
|
Exports a dashboard item’s data to the specified PDF file.
|
ExportDashboardItemToPdf(String, String, Stream, Nullable<Size>, DashboardState, DashboardPdfExportOptions)
|
dashboardXmlPath, dashboardItemName, outputStream, dashboardItemSize, state, options
|
Exports a dashboard item’s data to the specified stream in PDF format.
|
ExportDashboardItemToPdf(String, String, String, Nullable<Size>, DashboardState, DashboardPdfExportOptions)
|
dashboardXmlPath, dashboardItemName, outputFilePath, dashboardItemSize, state, options
|
Exports a dashboard item’s data to the specified PDF file.
|