Back to Devexpress

ASPxPivotGridExporter.ExportTextToResponse Method

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

latest2.1 KB
Original Source

ASPxPivotGridExporter.ExportTextToResponse Method

NameParametersDescription
ExportTextToResponse(String, TextExportOptions, Boolean)fileName, options, saveAsFileExports 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, optionsExports 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, saveAsFileExports 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, saveAsFileExports 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, separatorExports 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)fileNameExports the ASPxPivotGrid’s data to the specified file in TXT format, and writes it to the response in the binary format.