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
public void ExportToPdf(
DashboardPdfExportOptions options,
string fileName
)
Public Sub ExportToPdf(
options As DashboardPdfExportOptions,
fileName As String
)
Type | Name | Description |
---|---|---|
DashboardPdfExportOptions | options | A DashboardPdfExportOptions object containing PDF-specific export options. |
String | fileName | A string that specifies the name of the exported file. |