GridControlPrintExtensions.Export(GridControl, ExportFormat, Stream) Method
In This Article
Exports GridControl data to a stream in the specified file format.
Namespace: DevExpress.WinUI.Grid.Printing
Assembly: DevExpress.WinUI.Grid.Printing.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public static void Export(
this GridControl gridControl,
ExportFormat format,
Stream stream
)
#Parameters
Name | Type | Description |
---|---|---|
grid |
Grid |
The exported Grid |
format | Export |
The exported file’s format. |
stream | Stream | A stream to which the Grid |
See Also