Skip to main content

ASPxPivotGridExporter.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PdfExportOptions) stream, options Exports the control’s data to the specified stream in PDF format using the specified options.
ExportToPdf(Stream) stream Exports the ASPxPivotGrid’s data to a stream in PDF format.
ExportToPdf(String, PdfExportOptions) filePath, options Exports the control’s data to the specified file in PDF format using the specified options.
ExportToPdf(String) filePath Exports the ASPxPivotGrid’s data to the specified file in PDF format.