ExportToXls(PivotGridSettings, Object, XlsExportOptions)
static
|
settings, dataObject, exportOptions
|
Exports the pivot grid’s data to XLS format, based on the provided settings.
|
ExportToXls(PivotGridSettings, Object, Boolean, XlsExportOptions)
static
|
settings, dataObject, saveAsFile, exportOptions
|
Exports the pivot grid’s data to XLS format, based on the provided settings.
|
ExportToXls(PivotGridSettings, Object, Boolean)
static
|
settings, dataObject, saveAsFile
|
Exports the pivot grid’s data to XLS format, based on the provided settings.
|
ExportToXls(PivotGridSettings, Object, Stream, XlsExportOptions)
static
|
settings, dataObject, stream, exportOptions
|
Exports the pivot grid’s data to XLS format, based on the provided settings.
|
ExportToXls(PivotGridSettings, Object, Stream)
static
|
settings, dataObject, stream
|
Exports the pivot grid’s data to XLS format, based on the provided settings.
|
ExportToXls(PivotGridSettings, Object, String, XlsExportOptions)
static
|
settings, dataObject, fileName, exportOptions
|
Exports the pivot grid’s data to XLS format, based on the provided settings.
|
ExportToXls(PivotGridSettings, Object, String, Boolean, XlsExportOptions)
static
|
settings, dataObject, fileName, saveAsFile, exportOptions
|
Exports the pivot grid’s data to XLS format, based on the provided settings.
|
ExportToXls(PivotGridSettings, Object, String, Boolean)
static
|
settings, dataObject, fileName, saveAsFile
|
Exports the pivot grid’s data to XLS format, based on the provided settings.
|
ExportToXls(PivotGridSettings, Object, String)
static
|
settings, dataObject, fileName
|
Exports the pivot grid’s data to XLS format, based on the provided settings.
|
ExportToXls(PivotGridSettings, Object)
static
|
settings, dataObject
|
Exports the pivot grid’s data to XLS format, based on the provided settings.
|