DataGridExportExtensions.ExportToImageAsync Method
Name | Parameters | Description |
---|---|---|
Export |
grid, stream, options |
Exports Dataoptions parameter to specify the image’s format.
|
Export |
grid, stream |
Exports Data |
Export |
grid, file |
Exports DataPNG image with the specified path and export options. You can use the options parameter to specify the image’s format.
|
Export |
grid, file |
Exports DataPNG image with the specified path. You can use the Export |