Skip to main content
All docs
V18.2

ASPxClientDashboard.ExportToPdf Method

Name Parameters Description
ExportToPdf() none Exports a dashboard to a PDF file and writes it to the Response.
ExportToPdf(ASPxClientDashboardExportOptions, String) options, fileName Obsolete. Exports a dashboard to a PDF file with the specified export options and writes it to the Response.
ExportToPdf(ASPxClientDashboardExportOptions) options Obsolete. Exports a dashboard to a PDF file with the specified export options and writes it to the Response.
ExportToPdf(DashboardPdfExportOptions, String) options, fileName Exports a dashboard to a PDF file with the specified export options and writes it to the Response.
ExportToPdf(DashboardPdfExportOptions) options Exports a dashboard to a PDF file with the specified export options and writes it to the Response.