Back to Devexpress

PivotGridControl.ExportToHtml Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-exporttohtml.md

latest1.0 KB
Original Source

PivotGridControl.ExportToHtml Method

NameParametersDescription
ExportToHtml(Stream, HtmlExportOptions)stream, optionsExports the pivot grid to the specified stream in HTML format, using the specified HTML-specific options.
ExportToHtml(Stream)streamExports the pivot grid to the specified stream in HTML format.
ExportToHtml(String, HtmlExportOptions)filePath, optionsExports the pivot grid to the specified file path in HTML format using the specified HTML-specific options.
ExportToHtml(String)filePathExports the pivot grid to the specified file path in HTML format.