Back to Devexpress

PivotGridControl.ExportToPdf Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dot-exporttopdf.md

latest1.1 KB
Original Source

PivotGridControl.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the control’s data to the specified stream in PDF format using the specified options.
ExportToPdf(Stream)streamExports the Pivot Grid Control’s data to a PDF document and sends it to the specified stream.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports the control’s data to the specified file in PDF format using the specified options.
ExportToPdf(String)filePathExports the Pivot Grid Control’s data to the specified PDF file.