GridControlPrintExtensions.Export(GridControl, ExportFormat, String) Method
In This Article
Exports GridControl data with the specified name, path, and 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,
string filePath
)
#Parameters
Name | Type | Description |
---|---|---|
grid |
Grid |
The exported Grid |
format | Export |
The exported file’s format. |
file |
String | The exported file’s full path and the name. |
See Also