Skip to main content

ASPxPivotGridExporter.ExportImageToResponse Method

Name Parameters Description
ExportImageToResponse(String, ImageExportOptions, Boolean) fileName, options, saveAsFile Exports the pivot grid to the specified file in an image format using the specified options, and writes the file to the response in the binary format. Allows you to specify whether to display the Save As dialog.
ExportImageToResponse(String, ImageExportOptions) fileName, options Exports the pivot grid to the specified file in an image format using the specified options, and writes the file to the response in the binary format.
ExportImageToResponse(String, Boolean) fileName, saveAsFile Exports the pivot grid to the specified file in PNG format, and writes it to the response in the binary format. Allows you to specify whether to display the Save As dialog.
ExportImageToResponse(String) fileName Exports the pivot grid to the specified file in PNG format, and writes it to the response in the binary format.