Skip to main content
All docs
V25.1
  • IDashboardControl.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) 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) dashboardItemName, filePath Exports the dashboard item to the specified file in PDF format.