Skip to main content

PivotGridExtension.ExportToHtml Method

Name Parameters Description
ExportToHtml(PivotGridSettings, Object, HtmlExportOptions) static settings, dataObject, exportOptions Exports the pivot grid’s data to HTML format, based on the provided settings.
ExportToHtml(PivotGridSettings, Object, Boolean, HtmlExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the pivot grid’s data to HTML format, based on the provided settings.
ExportToHtml(PivotGridSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the pivot grid’s data to HTML format, based on the provided settings.
ExportToHtml(PivotGridSettings, Object, Stream, HtmlExportOptions) static settings, dataObject, stream, exportOptions Exports the pivot grid’s data to HTML format, based on the provided settings.
ExportToHtml(PivotGridSettings, Object, Stream) static settings, dataObject, stream Exports the pivot grid’s data to HTML format, based on the provided settings.
ExportToHtml(PivotGridSettings, Object, String, HtmlExportOptions) static settings, dataObject, fileName, exportOptions Exports the pivot grid’s data to HTML format, based on the provided settings.
ExportToHtml(PivotGridSettings, Object, String, Boolean, HtmlExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the pivot grid’s data to HTML format, based on the provided settings.
ExportToHtml(PivotGridSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the pivot grid’s data to HTML format, based on the provided settings.
ExportToHtml(PivotGridSettings, Object, String) static settings, dataObject, fileName Exports the pivot grid’s data to HTML format, based on the provided settings.
ExportToHtml(PivotGridSettings, Object) static settings, dataObject Exports the pivot grid’s data to HTML format, based on the provided settings.