Skip to main content
A newer version of this page is available. .

ASPxClientDashboardViewer.ExportToPdf(DashboardPdfExportOptions) Method

Exports a dashboard to a PDF file with the specified export options and writes it to the Response.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void ExportToPdf(
    DashboardPdfExportOptions options
)

Parameters

Name Type Description
options DashboardPdfExportOptions

A DashboardPdfExportOptions object containing PDF-specific export options.

See Also