ExportToImage(Stream, ImageExportOptions)
|
stream, options
|
Exports the pivot grid to the specified stream in image format, using the specified image-specific options.
|
ExportToImage(Stream)
|
stream
|
Exports the pivot grid to the specified stream in image format.
|
ExportToImage(String, ImageExportOptions)
|
filePath, options
|
Exports the pivot grid to the specified file path in image format using the specified image-specific options.
|
ExportToImage(String)
|
filePath
|
Exports the pivot grid to the specified file path in image format.
|