ExportPdfToResponse(String, PdfExportOptions, Boolean)
|
fileName, options, saveAsFile
|
Exports 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, options
|
Exports 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, saveAsFile
|
Exports 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)
|
fileName
|
Exports the ASPxPivotGrid’s data to the specified file in PDF format, and writes it to the response in the binary format.
|