Back to Devexpress

ASPxPivotGridExporter.ExportHtmlToResponse Method

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

latest2.3 KB
Original Source

ASPxPivotGridExporter.ExportHtmlToResponse Method

NameParametersDescription
ExportHtmlToResponse(String, HtmlExportOptions, Boolean)fileName, options, saveAsFileExports the ASPxPivotGrid’s data to the specified file in HTML format with the specified export settings, and writes it to the response in the binary format.
ExportHtmlToResponse(String, HtmlExportOptions)fileName, optionsExports the ASPxPivotGrid’s data to the specified file in HTML format with the specified export settings, and writes it to the response in the binary format.
ExportHtmlToResponse(String, Boolean)fileName, saveAsFileExports the ASPxPivotGrid’s data to the specified file in HTML format with the specified setting, and writes it to the response in the binary format.
ExportHtmlToResponse(String, String, String, Boolean, Boolean)fileName, htmlCharSet, title, compressed, saveAsFileExports the ASPxPivotGrid’s data to the specified file in HTML format with the specified export settings, and writes it to the response in the binary format.
ExportHtmlToResponse(String, String, String, Boolean)fileName, htmlCharSet, title, compressedExports the ASPxPivotGrid’s data to the specified file in HTML format with the specified export settings, and writes it to the response in the binary format.
ExportHtmlToResponse(String)fileNameExports the ASPxPivotGrid’s data to the specified file in HTML format, and writes it to the response in the binary format.