PivotGridExtension Methods
Represents an extension object implementing the PivotGrid functionality.| Name | Description |
|---|---|
| Bind(Object) | Binds the PivotGrid to a data source. |
| BindToEF(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) | Binds the PivotGrid to a data source via the Entity Framework in database server mode. |
| BindToEF(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) | Binds the PivotGrid to a data source via the Entity Framework in database server mode. |
| BindToEF(String, String) | Binds the PivotGrid to a data source via the Entity Framework in database server mode. |
| BindToEF(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) | Binds the PivotGrid to a data source via the Entity Framework in database server mode. |
| BindToEF(Type, String) | Binds the PivotGridExtension to a data source via the Entity Framework in database server mode. |
| BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) | Binds the PivotGrid to a queryable source in database server mode. |
| BindToLINQ(String, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) | Binds the PivotGrid to a queryable source in database server mode. |
| BindToLINQ(String, String) | Binds the PivotGrid to a queryable source in database server mode. |
| BindToLINQ(Type, String, EventHandler<LinqServerModeDataSourceSelectEventArgs>) | Binds the PivotGrid to a queryable source in database server mode. |
| BindToLINQ(Type, String) | Binds the PivotGrid to a queryable source in database server mode. |
| BindToOLAP(String) | Binds the PivotGrid to an OLAP cube. |
| CreateDrillDownDataSource(PivotGridSettings, Object, Int32, Int32, List<String>) static | Returns data records associated with the specified cell. |
| CreateDrillDownDataSource(PivotGridSettings, Object, Int32, Int32, Int32, List<String>) static | Returns data records associated with the specified cell. |
| CreateDrillDownDataSource(PivotGridSettings, Object, Int32, Int32, Int32) static | Returns data records associated with the specified cell. |
| CreateDrillDownDataSource(PivotGridSettings, Object, Int32, Int32) static | Returns data records associated with the specified cell. |
| CreateDrillDownDataSource(PivotGridSettings, Object) static | Returns data records used to calculate summary values for all cells. |
| CreateOLAPDrillDownDataSource(PivotGridSettings, String, Int32, Int32, List<String>) static | In OLAP mode, returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns to be returned. |
| CreateOLAPDrillDownDataSource(PivotGridSettings, String, Int32, Int32, Int32, List<String>) static | In OLAP mode, returns a list of records used to calculate a summary value for the specified cell. Allows you to specify the columns, and limit the number of records to be returned. |
| CreateOLAPPrintableObject(PivotGridSettings, String) static | Enables a PivotGrid to be printed using the XtraPrinting Library. Used only in an OLAP mode. |
| CreateOLAPSummaryDataSource(PivotGridSettings, String, Int32, Int32) static | In OLAP, returns a summary data source for the specified row. |
| CreateOLAPSummaryDataSource(PivotGridSettings, String) static | In OLAP, returns the ASPxPivotGrid’s summary data source. |
| CreatePrintableObject(PivotGridSettings, Object) static | Enables a PivotGrid to be printed using the XtraPrinting Library. |
| CreateSummaryDataSource(PivotGridSettings, Object, Int32, Int32) static | Returns a summary datasource for the specified row. |
| CreateSummaryDataSource(PivotGridSettings, Object) static | Returns the PivotGrid’s summary datasource. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| ExportToCsv(PivotGridSettings, Object, CsvExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToCsv(PivotGridSettings, Object, Boolean, CsvExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToCsv(PivotGridSettings, Object, Boolean) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToCsv(PivotGridSettings, Object, Stream, CsvExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToCsv(PivotGridSettings, Object, Stream) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToCsv(PivotGridSettings, Object, String, CsvExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToCsv(PivotGridSettings, Object, String, Boolean, CsvExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToCsv(PivotGridSettings, Object, String, Boolean) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToCsv(PivotGridSettings, Object, String) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToCsv(PivotGridSettings, Object) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToDocx(PivotGridSettings, Object, DocxExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. |
| ExportToDocx(PivotGridSettings, Object, Boolean, DocxExportOptions) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. |
| ExportToDocx(PivotGridSettings, Object, Boolean) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. |
| ExportToDocx(PivotGridSettings, Object, Stream, DocxExportOptions) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. |
| ExportToDocx(PivotGridSettings, Object, Stream) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. |
| ExportToDocx(PivotGridSettings, Object, String, DocxExportOptions) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. |
| ExportToDocx(PivotGridSettings, Object, String, Boolean, DocxExportOptions) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. |
| ExportToDocx(PivotGridSettings, Object, String, Boolean) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. |
| ExportToDocx(PivotGridSettings, Object, String) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. |
| ExportToDocx(PivotGridSettings, Object) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. |
| ExportToHtml(PivotGridSettings, Object, HtmlExportOptions) static | Exports the pivot grid’s data to HTML format, based on the provided settings. |
| ExportToHtml(PivotGridSettings, Object, Boolean, HtmlExportOptions) static | Exports the pivot grid’s data to HTML format, based on the provided settings. |
| ExportToHtml(PivotGridSettings, Object, Boolean) static | Exports the pivot grid’s data to HTML format, based on the provided settings. |
| ExportToHtml(PivotGridSettings, Object, Stream, HtmlExportOptions) static | Exports the pivot grid’s data to HTML format, based on the provided settings. |
| ExportToHtml(PivotGridSettings, Object, Stream) static | Exports the pivot grid’s data to HTML format, based on the provided settings. |
| ExportToHtml(PivotGridSettings, Object, String, HtmlExportOptions) static | Exports the pivot grid’s data to HTML format, based on the provided settings. |
| ExportToHtml(PivotGridSettings, Object, String, Boolean, HtmlExportOptions) static | Exports the pivot grid’s data to HTML format, based on the provided settings. |
| ExportToHtml(PivotGridSettings, Object, String, Boolean) static | Exports the pivot grid’s data to HTML format, based on the provided settings. |
| ExportToHtml(PivotGridSettings, Object, String) static | Exports the pivot grid’s data to HTML format, based on the provided settings. |
| ExportToHtml(PivotGridSettings, Object) static | Exports the pivot grid’s data to HTML format, based on the provided settings. |
| ExportToImage(PivotGridSettings, Object, ImageExportOptions) static | Exports the pivot grid’s data to Image format, based on the provided settings. |
| ExportToImage(PivotGridSettings, Object, Boolean, ImageExportOptions) static | Exports the pivot grid’s data to Image format, based on the provided settings. |
| ExportToImage(PivotGridSettings, Object, Boolean) static | Exports the pivot grid’s data to Image format, based on the provided settings. |
| ExportToImage(PivotGridSettings, Object, Stream, ImageExportOptions) static | Exports the pivot grid’s data to Image format, based on the provided settings. |
| ExportToImage(PivotGridSettings, Object, Stream) static | Exports the pivot grid’s data to Image format, based on the provided settings. |
| ExportToImage(PivotGridSettings, Object, String, ImageExportOptions) static | Exports the pivot grid’s data to Image format, based on the provided settings. |
| ExportToImage(PivotGridSettings, Object, String, Boolean, ImageExportOptions) static | Exports the pivot grid’s data to Image format, based on the provided settings. |
| ExportToImage(PivotGridSettings, Object, String, Boolean) static | Exports the pivot grid’s data to Image format, based on the provided settings. |
| ExportToImage(PivotGridSettings, Object, String) static | Exports the pivot grid’s data to Image format, based on the provided settings. |
| ExportToImage(PivotGridSettings, Object) static | Exports the pivot grid’s data to Image format, based on the provided settings. |
| ExportToMht(PivotGridSettings, Object, MhtExportOptions) static | Exports the pivot grid’s data to MHT format, based on the provided settings. |
| ExportToMht(PivotGridSettings, Object, Boolean, MhtExportOptions) static | Exports the pivot grid’s data to MHT format, based on the provided settings. |
| ExportToMht(PivotGridSettings, Object, Boolean) static | Exports the pivot grid’s data to MHT format, based on the provided settings. |
| ExportToMht(PivotGridSettings, Object, Stream, MhtExportOptions) static | Exports the pivot grid’s data to MHT format, based on the provided settings. |
| ExportToMht(PivotGridSettings, Object, Stream) static | Exports the pivot grid’s data to MHT format, based on the provided settings. |
| ExportToMht(PivotGridSettings, Object, String, MhtExportOptions) static | Exports the pivot grid’s data to MHT format, based on the provided settings. |
| ExportToMht(PivotGridSettings, Object, String, Boolean, MhtExportOptions) static | Exports the pivot grid’s data to MHT format, based on the provided settings. |
| ExportToMht(PivotGridSettings, Object, String, Boolean) static | Exports the pivot grid’s data to MHT format, based on the provided settings. |
| ExportToMht(PivotGridSettings, Object, String) static | Exports the pivot grid’s data to MHT format, based on the provided settings. |
| ExportToMht(PivotGridSettings, Object) static | Exports the pivot grid’s data to MHT format, based on the provided settings. |
| ExportToPdf(PivotGridSettings, Object, PdfExportOptions) static | Exports the pivot grid’s data to PDF format, based on the provided settings. |
| ExportToPdf(PivotGridSettings, Object, Boolean, PdfExportOptions) static | Exports the pivot grid’s data to PDF format, based on the provided settings. |
| ExportToPdf(PivotGridSettings, Object, Boolean) static | Exports the pivot grid’s data to PDF format, based on the provided settings. |
| ExportToPdf(PivotGridSettings, Object, Stream, PdfExportOptions) static | Exports the pivot grid’s data to PDF format, based on the provided settings. |
| ExportToPdf(PivotGridSettings, Object, Stream) static | Exports the pivot grid’s data to PDF format, based on the provided settings. |
| ExportToPdf(PivotGridSettings, Object, String, PdfExportOptions) static | Exports the pivot grid’s data to PDF format, based on the provided settings. |
| ExportToPdf(PivotGridSettings, Object, String, Boolean, PdfExportOptions) static | Exports the pivot grid’s data to PDF format, based on the provided settings. |
| ExportToPdf(PivotGridSettings, Object, String, Boolean) static | Exports the pivot grid’s data to PDF format, based on the provided settings. |
| ExportToPdf(PivotGridSettings, Object, String) static | Exports the pivot grid’s data to PDF format, based on the provided settings. |
| ExportToPdf(PivotGridSettings, Object) static | Exports the pivot grid’s data to PDF format, based on the provided settings. |
| ExportToRtf(PivotGridSettings, Object, RtfExportOptions) static | Exports the pivot grid’s data to RTF format, based on the provided settings. |
| ExportToRtf(PivotGridSettings, Object, Boolean, RtfExportOptions) static | Exports the pivot grid’s data to RTF format, based on the provided settings. |
| ExportToRtf(PivotGridSettings, Object, Boolean) static | Exports the pivot grid’s data to RTF format, based on the provided settings. |
| ExportToRtf(PivotGridSettings, Object, Stream, RtfExportOptions) static | Exports the pivot grid’s data to RTF format, based on the provided settings. |
| ExportToRtf(PivotGridSettings, Object, Stream) static | Exports the pivot grid’s data to RTF format, based on the provided settings. |
| ExportToRtf(PivotGridSettings, Object, String, RtfExportOptions) static | Exports the pivot grid’s data to RTF format, based on the provided settings. |
| ExportToRtf(PivotGridSettings, Object, String, Boolean, RtfExportOptions) static | Exports the pivot grid’s data to RTF format, based on the provided settings. |
| ExportToRtf(PivotGridSettings, Object, String, Boolean) static | Exports the pivot grid’s data to RTF format, based on the provided settings. |
| ExportToRtf(PivotGridSettings, Object, String) static | Exports the pivot grid’s data to RTF format, based on the provided settings. |
| ExportToRtf(PivotGridSettings, Object) static | Exports the pivot grid’s data to RTF format, based on the provided settings. |
| ExportToText(PivotGridSettings, Object, TextExportOptions) static | Exports the pivot grid’s data in text format, based on the provided settings. |
| ExportToText(PivotGridSettings, Object, Boolean, TextExportOptions) static | Exports the pivot grid’s data in text format, based on the provided settings. |
| ExportToText(PivotGridSettings, Object, Boolean) static | Exports the pivot grid’s data in text format, based on the provided settings. |
| ExportToText(PivotGridSettings, Object, Stream, TextExportOptions) static | Exports the pivot grid’s data in text format, based on the provided settings. |
| ExportToText(PivotGridSettings, Object, Stream) static | Exports the pivot grid’s data in text format, based on the provided settings. |
| ExportToText(PivotGridSettings, Object, String, TextExportOptions) static | Exports the pivot grid’s data in text format, based on the provided settings. |
| ExportToText(PivotGridSettings, Object, String, Boolean, TextExportOptions) static | Exports the pivot grid’s data in text format, based on the provided settings. |
| ExportToText(PivotGridSettings, Object, String, Boolean) static | Exports the pivot grid’s data in text format, based on the provided settings. |
| ExportToText(PivotGridSettings, Object, String) static | Exports the pivot grid’s data in text format, based on the provided settings. |
| ExportToText(PivotGridSettings, Object) static | Exports the pivot grid’s data in text format, based on the provided settings. |
| ExportToXls(PivotGridSettings, Object, XlsExportOptions) static | Exports the pivot grid’s data to XLS format, based on the provided settings. |
| ExportToXls(PivotGridSettings, Object, Boolean, XlsExportOptions) static | Exports the pivot grid’s data to XLS format, based on the provided settings. |
| ExportToXls(PivotGridSettings, Object, Boolean) static | Exports the pivot grid’s data to XLS format, based on the provided settings. |
| ExportToXls(PivotGridSettings, Object, Stream, XlsExportOptions) static | Exports the pivot grid’s data to XLS format, based on the provided settings. |
| ExportToXls(PivotGridSettings, Object, Stream) static | Exports the pivot grid’s data to XLS format, based on the provided settings. |
| ExportToXls(PivotGridSettings, Object, String, XlsExportOptions) static | Exports the pivot grid’s data to XLS format, based on the provided settings. |
| ExportToXls(PivotGridSettings, Object, String, Boolean, XlsExportOptions) static | Exports the pivot grid’s data to XLS format, based on the provided settings. |
| ExportToXls(PivotGridSettings, Object, String, Boolean) static | Exports the pivot grid’s data to XLS format, based on the provided settings. |
| ExportToXls(PivotGridSettings, Object, String) static | Exports the pivot grid’s data to XLS format, based on the provided settings. |
| ExportToXls(PivotGridSettings, Object) static | Exports the pivot grid’s data to XLS format, based on the provided settings. |
| ExportToXlsx(PivotGridSettings, Object, XlsxExportOptions) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(PivotGridSettings, Object, Boolean, XlsxExportOptions) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(PivotGridSettings, Object, Boolean) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(PivotGridSettings, Object, Stream, XlsxExportOptions) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(PivotGridSettings, Object, Stream) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(PivotGridSettings, Object, String, XlsxExportOptions) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(PivotGridSettings, Object, String, Boolean, XlsxExportOptions) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(PivotGridSettings, Object, String, Boolean) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(PivotGridSettings, Object, String) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. |
| ExportToXlsx(PivotGridSettings, Object) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. |
| GetDataObject(PivotGridSettings, Object, Boolean) static | Generates a chart data source from regular data. |
| GetDataObject(PivotGridSettings, Object) static | Generates a chart data source from regular data. |
| GetDataObject(PivotGridSettings, String, Boolean) static | Generates a chart data source from OLAP data. |
| GetDataObject(PivotGridSettings, String) static | Generates a chart data source from OLAP data. |
| GetEFDataObject(PivotGridSettings, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>, Boolean) static | Generates a chart data source from data when Pivot Grid operates in server mode using Entity Framework. |
| GetEFDataObject(PivotGridSettings, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) static | Generates a chart data source from data when the Pivot Grid operates in server mode using Entity Framework. |
| GetEFDataObject(PivotGridSettings, EventHandler<LinqServerModeDataSourceSelectEventArgs>) static | Generates a chart data source from data when Pivot Grid operates in server mode using Entity Framework. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetHtml() | Inserts the HTML code rendered by an extension into the required page output. Inherited from ExtensionBase. |
| GetLINQDataObject(PivotGridSettings, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>, Boolean) static | Generates a chart data source from data when Pivot Grid operates in server mode using a LINQ provider. |
| GetLINQDataObject(PivotGridSettings, EventHandler<LinqServerModeDataSourceSelectEventArgs>, EventHandler<ServerModeExceptionThrownEventArgs>) static | Generates a chart data source from data when Pivot Grid operates in server mode using a LINQ provider. |
| GetLINQDataObject(PivotGridSettings, EventHandler<LinqServerModeDataSourceSelectEventArgs>) static | Generates a chart data source from data when Pivot Grid operates in server mode using a LINQ provider. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| OLAPExportToCsv(PivotGridSettings, String, CsvExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToCsv(PivotGridSettings, String, Boolean, CsvExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToCsv(PivotGridSettings, String, Boolean) static | Exports the pivot grid’s data to CSV format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToCsv(PivotGridSettings, String, Stream, CsvExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToCsv(PivotGridSettings, String, Stream) static | Exports the pivot grid’s data to CSV format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToCsv(PivotGridSettings, String, String, CsvExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToCsv(PivotGridSettings, String, String, Boolean, CsvExportOptions) static | Exports the pivot grid’s data to CSV format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToCsv(PivotGridSettings, String, String, Boolean) static | Exports the pivot grid’s data to CSV format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToCsv(PivotGridSettings, String, String) static | Exports the pivot grid’s data to CSV format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToCsv(PivotGridSettings, String) static | Exports the pivot grid’s data to CSV format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToDocx(PivotGridSettings, String, DocxExportOptions) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToDocx(PivotGridSettings, String, Boolean, DocxExportOptions) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToDocx(PivotGridSettings, String, Boolean) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToDocx(PivotGridSettings, String, Stream, DocxExportOptions) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToDocx(PivotGridSettings, String, Stream) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToDocx(PivotGridSettings, String, String, DocxExportOptions) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToDocx(PivotGridSettings, String, String, Boolean, DocxExportOptions) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToDocx(PivotGridSettings, String, String, Boolean) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToDocx(PivotGridSettings, String, String) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToDocx(PivotGridSettings, String) static | Exports the pivot grid’s data to DOCX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToHtml(PivotGridSettings, String, HtmlExportOptions) static | Exports the pivot grid’s data to HTML format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToHtml(PivotGridSettings, String, Boolean, HtmlExportOptions) static | Exports the pivot grid’s data to HTML format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToHtml(PivotGridSettings, String, Boolean) static | Exports the pivot grid’s data to HTML format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToHtml(PivotGridSettings, String, Stream, HtmlExportOptions) static | Exports the pivot grid’s data to HTML format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToHtml(PivotGridSettings, String, Stream) static | Exports the pivot grid’s data to HTML format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToHtml(PivotGridSettings, String, String, HtmlExportOptions) static | Exports the pivot grid’s data to HTML format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToHtml(PivotGridSettings, String, String, Boolean, HtmlExportOptions) static | Exports the pivot grid’s data to HTML format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToHtml(PivotGridSettings, String, String, Boolean) static | Exports the pivot grid’s data to HTML format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToHtml(PivotGridSettings, String, String) static | Exports the pivot grid’s data to HTML format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToHtml(PivotGridSettings, String) static | Exports the pivot grid’s data to HTML format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToImage(PivotGridSettings, String, ImageExportOptions) static | Exports the pivot grid’s data to Image format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToImage(PivotGridSettings, String, Boolean, ImageExportOptions) static | Exports the pivot grid’s data to Image format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToImage(PivotGridSettings, String, Boolean) static | Exports the pivot grid’s data to Image format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToImage(PivotGridSettings, String, Stream, ImageExportOptions) static | Exports the pivot grid’s data to Image format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToImage(PivotGridSettings, String, Stream) static | Exports the pivot grid’s data to Image format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToImage(PivotGridSettings, String, String, ImageExportOptions) static | Exports the pivot grid’s data to Image format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToImage(PivotGridSettings, String, String, Boolean, ImageExportOptions) static | Exports the pivot grid’s data to Image format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToImage(PivotGridSettings, String, String, Boolean) static | Exports the pivot grid’s data to Image format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToImage(PivotGridSettings, String, String) static | Exports the pivot grid’s data to Image format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToImage(PivotGridSettings, String) static | Exports the pivot grid’s data to Image format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToMht(PivotGridSettings, String, MhtExportOptions) static | Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToMht(PivotGridSettings, String, Boolean, MhtExportOptions) static | Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToMht(PivotGridSettings, String, Boolean) static | Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToMht(PivotGridSettings, String, Stream, MhtExportOptions) static | Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToMht(PivotGridSettings, String, Stream) static | Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToMht(PivotGridSettings, String, String, MhtExportOptions) static | Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToMht(PivotGridSettings, String, String, Boolean, MhtExportOptions) static | Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToMht(PivotGridSettings, String, String, Boolean) static | Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToMht(PivotGridSettings, String, String) static | Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToMht(PivotGridSettings, String) static | Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToPdf(PivotGridSettings, String, PdfExportOptions) static | Exports the pivot grid’s data to PDF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToPdf(PivotGridSettings, String, Boolean, PdfExportOptions) static | Exports the pivot grid’s data to PDF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToPdf(PivotGridSettings, String, Boolean) static | Exports the pivot grid’s data to PDF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToPdf(PivotGridSettings, String, Stream, PdfExportOptions) static | Exports the pivot grid’s data to PDF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToPdf(PivotGridSettings, String, Stream) static | Exports the pivot grid’s data to PDF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToPdf(PivotGridSettings, String, String, PdfExportOptions) static | Exports the pivot grid’s data to PDF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToPdf(PivotGridSettings, String, String, Boolean, PdfExportOptions) static | Exports the pivot grid’s data to PDF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToPdf(PivotGridSettings, String, String, Boolean) static | Exports the pivot grid’s data to PDF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToPdf(PivotGridSettings, String, String) static | Exports the pivot grid’s data to PDF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToPdf(PivotGridSettings, String) static | Exports the pivot grid’s data to PDF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToRtf(PivotGridSettings, String, RtfExportOptions) static | Exports the pivot grid’s data to RTF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToRtf(PivotGridSettings, String, Boolean, RtfExportOptions) static | Exports the pivot grid’s data to RTF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToRtf(PivotGridSettings, String, Boolean) static | Exports the pivot grid’s data to RTF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToRtf(PivotGridSettings, String, Stream, RtfExportOptions) static | Exports the pivot grid’s data to RTF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToRtf(PivotGridSettings, String, Stream) static | Exports the pivot grid’s data to RTF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToRtf(PivotGridSettings, String, String, RtfExportOptions) static | Exports the pivot grid’s data to RTF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToRtf(PivotGridSettings, String, String, Boolean, RtfExportOptions) static | Exports the pivot grid’s data to RTF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToRtf(PivotGridSettings, String, String, Boolean) static | Exports the pivot grid’s data to RTF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToRtf(PivotGridSettings, String, String) static | Exports the pivot grid’s data to RTF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToRtf(PivotGridSettings, String) static | Exports the pivot grid’s data to RTF format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToText(PivotGridSettings, String, TextExportOptions) static | Exports the pivot grid’s data in text format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToText(PivotGridSettings, String, Boolean, TextExportOptions) static | Exports the pivot grid’s data in text format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToText(PivotGridSettings, String, Boolean) static | Exports the pivot grid’s data in text format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToText(PivotGridSettings, String, Stream, TextExportOptions) static | Exports the pivot grid’s data in text format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToText(PivotGridSettings, String, Stream) static | Exports the pivot grid’s data in text format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToText(PivotGridSettings, String, String, TextExportOptions) static | Exports the pivot grid’s data in text format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToText(PivotGridSettings, String, String, Boolean, TextExportOptions) static | Exports the pivot grid’s data in text format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToText(PivotGridSettings, String, String, Boolean) static | Exports the pivot grid’s data in text format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToText(PivotGridSettings, String, String) static | Exports the pivot grid’s data in text format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToText(PivotGridSettings, String) static | Exports the pivot grid’s data in text format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXls(PivotGridSettings, String, XlsExportOptions) static | Exports the pivot grid’s data to XLS format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXls(PivotGridSettings, String, Boolean, XlsExportOptions) static | Exports the pivot grid’s data to XLS format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXls(PivotGridSettings, String, Boolean) static | Exports the pivot grid’s data to XLS format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXls(PivotGridSettings, String, Stream, XlsExportOptions) static | Exports the pivot grid’s data to XLS format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXls(PivotGridSettings, String, Stream) static | Exports the pivot grid’s data to XLS format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXls(PivotGridSettings, String, String, XlsExportOptions) static | Exports the pivot grid’s data to XLS format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXls(PivotGridSettings, String, String, Boolean, XlsExportOptions) static | Exports the pivot grid’s data to XLS format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXls(PivotGridSettings, String, String, Boolean) static | Exports the pivot grid’s data to XLS format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXls(PivotGridSettings, String, String) static | Exports the pivot grid’s data to XLS format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXls(PivotGridSettings, String) static | Exports the pivot grid’s data to XLS format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXlsx(PivotGridSettings, String, XlsxExportOptions) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXlsx(PivotGridSettings, String, Boolean, XlsxExportOptions) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXlsx(PivotGridSettings, String, Boolean) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXlsx(PivotGridSettings, String, Stream, XlsxExportOptions) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXlsx(PivotGridSettings, String, Stream) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXlsx(PivotGridSettings, String, String, XlsxExportOptions) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXlsx(PivotGridSettings, String, String, Boolean, XlsxExportOptions) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXlsx(PivotGridSettings, String, String, Boolean) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXlsx(PivotGridSettings, String, String) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode. |
| OLAPExportToXlsx(PivotGridSettings, String) static | Exports the pivot grid’s data to XLSX format, based on the provided settings. Used only in an OLAP mode. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Render() | Renders the extension’s HTML code to the Response. Inherited from ExtensionBase. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also