Back to Devexpress

VGridControlBase.ExportToRtf(Stream) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-exporttortf-x28-system-dot-io-dot-stream-x29.md

latest2.2 KB
Original Source

VGridControlBase.ExportToRtf(Stream) Method

Exports the control’s data as Rich Text and sends it to the specified stream.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public void ExportToRtf(
    Stream stream
)
vb
Public Sub ExportToRtf(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

A Stream object to which the created document is exported .

|

Remarks

The control’s data can only be exported if the XtraPrinting Library is available. Use the VGridControlBase.IsPrintingAvailable property to check whether the control’s data can be exported.

See Also

ExportToHtml

ExportToMht

ExportToPdf

ExportToText

ExportToXls

ExportToXlsx

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace