Back to Devexpress

DashboardDesigner.ExportDashboardItemToPdf Method

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

latest1.3 KB
Original Source

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