ASPxPivotGridExporter.ExportToImage Method
Name | Parameters | Description |
---|---|---|
ExportToImage(Stream, ImageExportOptions) | stream, options | Exports the pivot grid to the specified stream in an image format using the specified options. |
ExportToImage(Stream) | stream | Exports the pivot grid to the specified stream in PNG format. |
ExportToImage(String, ImageExportOptions) | filePath, options | Exports the pivot grid to the specified file in an image format using the specified options. |
ExportToImage(String) | filePath | Exports the pivot grid to the specified file in PNG format. |