PivotGridControl.ExportToPdf(String) Method
Exports the Pivot Grid Control’s data to the specified PDF file.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
filePath | String | A String which specifies the full path (including the file name and extension) to where the PDF file will be created. |
Remarks
The Pivot Grid Control’s data can only be exported if the XtraPrinting Library is available. Use the PivotGridControl.IsPrintingAvailable property to check whether the grid’s data can be exported.
See Also