aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter-dot-exporthtmltoresponse.md
| Name | Parameters | Description |
|---|---|---|
| ExportHtmlToResponse(String, HtmlExportOptions, Boolean) | fileName, options, saveAsFile | Exports 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, options | Exports 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, saveAsFile | Exports 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, saveAsFile | Exports 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, compressed | Exports 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) | fileName | Exports the ASPxPivotGrid’s data to the specified file in HTML format, and writes it to the response in the binary format. |