Skip to main content
A newer version of this page is available. .

ASPxPivotGridExporter.ExportTextToResponse Method

Name Parameters Description
ExportTextToResponse(String, TextExportOptions, Boolean) fileName, options, saveAsFile Exports the ASPxPivotGrid’s data to the specified file in TXT format with the specified export settings, and writes it to the response in the binary format.
ExportTextToResponse(String, TextExportOptions) fileName, options Exports the ASPxPivotGrid’s data to the specified file in TXT format with the specified export settings, and writes it to the response in the binary format.
ExportTextToResponse(String, Boolean) fileName, saveAsFile Exports the ASPxPivotGrid’s data to the specified file in TXT format with the specified setting, and writes it to the response in the binary format.
ExportTextToResponse(String, String, Boolean) fileName, separator, saveAsFile Exports the ASPxPivotGrid’s data to the specified file in TXT format with the specified settings, and writes it to the response in the binary format.
ExportTextToResponse(String, String) fileName, separator Exports the ASPxPivotGrid’s data to the specified file in TXT format with the specified separator, and writes it to the response in the binary format.
ExportTextToResponse(String) fileName Exports the ASPxPivotGrid’s data to the specified file in TXT format, and writes it to the response in the binary format.