Back to Devexpress

ASPxPivotGridExporter.ExportToPdf Method

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter-dot-exporttopdf.md

latest1.0 KB
Original Source

ASPxPivotGridExporter.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 ASPxPivotGrid’s data to a stream in PDF format.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports the control’s data to the specified file in PDF format using the specified options.
ExportToPdf(String)filePathExports the ASPxPivotGrid’s data to the specified file in PDF format.