Skip to main content

PivotGridControl.ExportToRtf(String, RtfExportOptions) Method

In This Article

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public void ExportToRtf(
    string filePath,
    RtfExportOptions options
)

#Parameters

Name Type
filePath String
options RtfExportOptions
See Also