Skip to main content
A newer version of this page is available. .

PivotGridControl.ExportToRtf(Stream) Method

Exports the Pivot Grid Control’s data as Rich Text and sends it to the specified stream.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public void ExportToRtf(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object which the created document is exported to.

Remarks

The Pivot Grid Control’s data can only be exported if the XtraPrinting Library is available. Use the PivotGridControl.IsPrintingAvailable property to check whether the grid’s data can be exported.

See Also