Skip to main content

GridControlPrintExtensions.Export(GridControl, ExportFormat, String) Method

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
gridControl GridControl

The exported GridControl.

format ExportFormat

The exported file’s format.

filePath String

The exported file’s full path and the name.

See Also