Back to Devexpress

WebDashboardExporter.ExportDashboardItemToPdf Method

dashboard-devexpress-dot-dashboardweb-dot-webdashboardexporter-dot-exportdashboarditemtopdf.md

latest1.5 KB
Original Source

WebDashboardExporter.ExportDashboardItemToPdf Method

NameParametersDescription
ExportDashboardItemToPdf(String, String, Stream, Size, DashboardState, DashboardPdfExportOptions)dashboardId, dashboardItemName, stream, dashboardItemSize, state, optionsExports the dashboard item to the specified stream in PDF format.
ExportDashboardItemToPdf(String, String, Stream, Size, DashboardState)dashboardId, dashboardItemName, stream, dashboardItemSize, stateExports the dashboard item to the specified stream in PDF format.
ExportDashboardItemToPdf(String, String, Stream, Size)dashboardId, dashboardItemName, stream, dashboardItemSizeExports the dashboard item to the specified stream in PDF format.
ExportDashboardItemToPdf(String, String, Stream)dashboardId, dashboardItemName, streamExports the dashboard item to the specified stream in PDF format.