Skip to main content
All docs
V18.2

ASPxClientDashboard.ExportDashboardItemToPdf Method

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