Back to Devexpress

WebDashboardExporter.ExportToPdf Method

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

latest1.9 KB
Original Source

WebDashboardExporter.ExportToPdf Method

NameParametersDescription
ExportToPdf(String, Stream, Size, DashboardState, DashboardPdfExportOptions)dashboardId, stream, dashboardSize, state, optionsExports a dashboard to the specified stream in PDF format.
ExportToPdf(String, Stream, Size, DashboardState)dashboardId, stream, dashboardSize, stateExports a dashboard to the specified stream in PDF format.
ExportToPdf(String, Stream, Size, Padding, DashboardState, DashboardPdfExportOptions)dashboardId, stream, dashboardSize, itemsPadding, state, optionsExports a dashboard to the specified stream in PDF format.
ExportToPdf(String, Stream, Size, Padding)dashboardId, stream, dashboardSize, itemsPaddingExports a dashboard to the specified stream in PDF format.
ExportToPdf(String, Stream, Size)dashboardId, stream, dashboardSizeExports a dashboard to the specified stream in PDF format.
ExportToPdf(String, Stream)dashboardId, streamExports a dashboard to the specified stream in PDF format.