Skip to main content

PivotGridControl.ExportToXls(String, XlsExportOptions) Method

In This Article

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public void ExportToXls(
    string filePath,
    XlsExportOptions options
)

#Parameters

Name Type
filePath String
options XlsExportOptions
See Also