Exports a dashboard item 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 ExportDashboardItemToPdf(
string itemName,
DashboardPdfExportOptions options,
string fileName
)
Public Sub ExportDashboardItemToPdf(
itemName As String,
options As DashboardPdfExportOptions,
fileName As String
)
Type | Name | Description |
---|---|---|
String | itemName | A string that is the component name of the dashboard item to be exported. |
DashboardPdfExportOptions | options | A DashboardPdfExportOptions object containing PDF-specific export options. |
String | fileName | A string that specifies the name of the exported file. |