Back to Devexpress

DashboardViewer.ExportDashboardItemToPdf Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-exportdashboarditemtopdf.md

latest1.3 KB
Original Source

DashboardViewer.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.