Back to Devexpress

ASPxPivotGridExporter.ExportPdfToResponse Method

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

latest1.4 KB
Original Source

ASPxPivotGridExporter.ExportPdfToResponse Method

NameParametersDescription
ExportPdfToResponse(String, PdfExportOptions, Boolean)fileName, options, saveAsFileExports the ASPxPivotGrid’s data to the specified file in PDF format with the specified export settings, and writes it to the response in the binary format.
ExportPdfToResponse(String, PdfExportOptions)fileName, optionsExports the ASPxPivotGrid’s data to the specified file in PDF format with the specified export settings, and writes it to the response in the binary format.
ExportPdfToResponse(String, Boolean)fileName, saveAsFileExports the ASPxPivotGrid’s data to the specified file in PDF format with the specified setting, and writes it to the response in the binary format.
ExportPdfToResponse(String)fileNameExports the ASPxPivotGrid’s data to the specified file in PDF format, and writes it to the response in the binary format.