Back to Devexpress

DashboardControl.ExportDashboardItemToPdf Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-exportdashboarditemtopdf.md

latest1.3 KB
Original Source

DashboardControl.ExportDashboardItemToPdf Method

NameParametersDescription
ExportDashboardItemToPdf(String, Stream, DashboardPdfExportOptions)dashboardItemName, stream, optionsExports the dashboard item to the specified stream in PDF format using the specified PDF-specific options.
ExportDashboardItemToPdf(String, Stream)dashboardItemName, streamExports the dashboard item to the specified stream in PDF format.
ExportDashboardItemToPdf(String, String, DashboardPdfExportOptions)dashboardItemName, filePath, optionsExports the dashboard item to the specified file in PDF format using the specified PDF-specific options.
ExportDashboardItemToPdf(String, String)dashboardItemName, filePathExports the dashboard item to the specified file in PDF format.