Skip to main content

PivotGridControl.ExportToText(String, TextExportOptions) Method

In This Article

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public void ExportToText(
    string filePath,
    TextExportOptions options
)

#Parameters

Name Type
filePath String
options TextExportOptions
See Also