Skip to main content

PivotGridControl.ExportToHtml(String, HtmlExportOptions) Method

In This Article

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public void ExportToHtml(
    string filePath,
    HtmlExportOptions options
)

#Parameters

Name Type
filePath String
options HtmlExportOptions
See Also