ExportToPdf(Stream, PdfExportOptions)
|
stream, options
|
Exports the pivot grid to the specified stream in PDF format, using the specified PDF-specific options.
|
ExportToPdf(Stream)
|
stream
|
Exports the pivot grid to the specified stream in PDF format.
|
ExportToPdf(String, PdfExportOptions)
|
filePath, options
|
Exports the pivot grid to the specified file path in PDF format, using the specified PDF-specific options.
|
ExportToPdf(String)
|
filePath
|
Exports the pivot grid to the specified file path in PDF format.
|