Skip to main content
All docs
V18.2

ASPxClientDashboard.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