You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
214 lines
12 KiB
214 lines
12 KiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>Syncfusion.PivotConverter.Windows</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:Syncfusion.PivotConverter.ExportModes">
|
|
<summary>
|
|
Defines the constants that specify the exporting modes of pivot grid.
|
|
</summary>
|
|
<remarks>To export the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> either cell wise or as PivotTable.</remarks>
|
|
</member>
|
|
<member name="F:Syncfusion.PivotConverter.ExportModes.Cell">
|
|
<summary>
|
|
Denotes the cell type export of pivot grid.
|
|
</summary>
|
|
</member>
|
|
<member name="F:Syncfusion.PivotConverter.ExportModes.PivotTable">
|
|
<summary>
|
|
Denotes the pivot type export of pivot grid.
|
|
</summary>
|
|
</member>
|
|
<member name="T:Syncfusion.PivotConverter.ExcelExport">
|
|
<summary>
|
|
Represents the class used to export the pivot control to excel document.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Syncfusion.PivotConverter.ExcelExport"/> class.
|
|
</summary>
|
|
<param name="gridControl">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> that is to be exported.</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl,Syncfusion.XlsIO.ExcelVersion)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Syncfusion.PivotConverter.ExcelExport"/> class.
|
|
</summary>
|
|
<param name="gridControl">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> that is to be exported.</param>
|
|
<param name="version">The excel version to export the pivot grid.
|
|
<remarks>Accessible through adding Syncfusion.XlsIO.Base as project reference.</remarks>
|
|
</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.#ctor(Syncfusion.Windows.Forms.PivotChart.PivotChart,Syncfusion.XlsIO.ExcelVersion,Syncfusion.XlsIO.ExcelChartType)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Syncfusion.PivotConverter.ExcelExport"/> class.
|
|
</summary>
|
|
<param name="pivotChart">The <see cref="T:Syncfusion.Windows.Forms.PivotChart.PivotChart"/> that is to be exported.</param>
|
|
<param name="version">The excel version to export the pivot grid.
|
|
<remarks>Accessible through adding Syncfusion.XlsIO.Base as project reference.</remarks>
|
|
</param>
|
|
<param name="excelChartType">The excel chart type.</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl,Syncfusion.PivotConverter.ExportModes)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Syncfusion.PivotConverter.ExcelExport"></see> class.
|
|
</summary>
|
|
<param name="gridControl">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> that is to be exported.</param>
|
|
<param name="mode">The exporting mode.</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl,Syncfusion.XlsIO.ExcelVersion,Syncfusion.PivotConverter.ExportModes)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Syncfusion.PivotConverter.ExcelExport"></see> class.
|
|
</summary>
|
|
<param name="gridControl">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> that is to be exported.</param>
|
|
<param name="version">The excel version to export the pivot grid.
|
|
<remarks>Accessible through adding Syncfusion.XlsIO.Base as project reference.</remarks>
|
|
</param>
|
|
<param name="mode">The exporting mode.</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl[],Syncfusion.XlsIO.ExcelVersion,Syncfusion.PivotConverter.ExportModes)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Syncfusion.PivotConverter.ExcelExport"></see> class.
|
|
</summary>
|
|
<param name="gridControl">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> that is to be exported.</param>
|
|
<param name="version">The excel version to export the pivot grid.
|
|
<remarks>Accessible through adding Syncfusion.XlsIO.Base as project reference.</remarks>
|
|
</param>
|
|
<param name="mode">The exporting Mode</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.Dispose">
|
|
<summary>
|
|
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.Export(System.String)">
|
|
<summary>
|
|
Exports the pivot control to excel document with the specified file name.
|
|
</summary>
|
|
<param name="fileName">The name of the excel document.</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.ApplyNumberFormat(System.Object,Syncfusion.XlsIO.IPivotField)">
|
|
<summary>
|
|
Applies the number format to pivot fields.
|
|
</summary>
|
|
<param name="item">The pivot item or pivot computation information.</param>
|
|
<param name="field">The <see cref="T:Syncfusion.XlsIO.IPivotField"/> that contains number format.</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.ApplyFilteredView(Syncfusion.XlsIO.IPivotField)">
|
|
<summary>
|
|
Applies the filtered view to respective pivot field.
|
|
</summary>
|
|
<param name="field">PivotField to which filtered view to apply.</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.GetFieldDataFormat(Syncfusion.PivotAnalysis.Base.CalculationType)">
|
|
<summary>
|
|
Converts the calculation type of PivotGrid into respective PivotFieldDataFormat type supported by XlsIO.
|
|
</summary>
|
|
<param name="calculationType">calculationType of pivot grid.</param>
|
|
<returns>pivot field data format types supported by XlsIO.</returns>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.GetSubTotalType(Syncfusion.PivotAnalysis.Base.SummaryType)">
|
|
<summary>
|
|
Converts the summary type of PivotGrid to respective type supported by XlsIO.
|
|
</summary>
|
|
<param name="summaryType">The SummaryType to get the sub total type.</param>
|
|
<returns>The pivot grid's sub total types.</returns>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.ExcelExport.HexToColor(System.String)">
|
|
<summary>
|
|
Gets the color for the given hexadecimal value.
|
|
</summary>
|
|
<param name="hexVal">The hexadecimal value string.</param>
|
|
<returns>The corresponding color for hexadecimal value.</returns>
|
|
</member>
|
|
<member name="P:Syncfusion.PivotConverter.ExcelExport.application">
|
|
<summary>
|
|
Gets or sets the <see cref="T:Syncfusion.XlsIO.IApplication"/> to instantiate various kinds of applications.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Syncfusion.PivotConverter.ExcelExport.ExportMode">
|
|
<summary>
|
|
Gets or sets the export mode(Cell/PivotTable) to export.
|
|
</summary>
|
|
<value>The export mode.</value>
|
|
</member>
|
|
<member name="P:Syncfusion.PivotConverter.ExcelExport.excelEngine">
|
|
<summary>
|
|
Gets or sets the engine used to export the control to excel.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Syncfusion.PivotConverter.ExcelExport.workBook">
|
|
<summary>
|
|
Gets or sets the workbook to be added in excel document.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Syncfusion.PivotConverter.ExcelExport.sheet">
|
|
<summary>
|
|
Gets or sets the worksheet to be added in workbook .
|
|
</summary>
|
|
</member>
|
|
<member name="P:Syncfusion.PivotConverter.ExcelExport.gridcontrol1">
|
|
<summary>
|
|
Gets the <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> associated with the exporting.
|
|
</summary>
|
|
<value>The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> associated with the exporting.</value>
|
|
</member>
|
|
<member name="P:Syncfusion.PivotConverter.ExcelExport.GridCollection">
|
|
<summary>
|
|
Gets or sets the collection of <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/>.
|
|
</summary>
|
|
</member>
|
|
<member name="T:Syncfusion.PivotConverter.NamespaceDoc">
|
|
<summary>
|
|
The Syncfusion.PivotConverter namespace contains classes that provides the functionality of exporting the Essential PivotGridControl to an Excel sheet, a PDF or to a Word document.
|
|
</summary>
|
|
</member>
|
|
<member name="T:Syncfusion.PivotConverter.PivotPdfExport">
|
|
<summary>
|
|
Represents the class used to export the pivot grid control to PDF document.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.PivotPdfExport.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Syncfusion.PivotConverter.PivotPdfExport"/> class.
|
|
</summary>
|
|
<param name="gridControl">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> that is to be exported.</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.PivotPdfExport.Export(System.String)">
|
|
<summary>
|
|
Exports the pivot grid control to PDF document with the specified file name.
|
|
</summary>
|
|
<param name="fileName">The name of the PDF document.</param>
|
|
</member>
|
|
<member name="P:Syncfusion.PivotConverter.PivotPdfExport.PivotGridControl">
|
|
<summary>
|
|
Gets the pivot grid control associated with the exporting.
|
|
</summary>
|
|
</member>
|
|
<member name="T:Syncfusion.PivotConverter.PivotWordExport">
|
|
<summary>
|
|
Represents the class used to export the pivot grid control to word document.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.PivotWordExport.#ctor(Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl)">
|
|
<summary>
|
|
Initializes a new instance of the <see cref="T:Syncfusion.PivotConverter.PivotWordExport"/> class.
|
|
</summary>
|
|
<param name="gridControl">The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> that is to be exported.</param>
|
|
</member>
|
|
<member name="M:Syncfusion.PivotConverter.PivotWordExport.pivotGridToWord(System.String)">
|
|
<summary>
|
|
Exports the pivot grid control to word document with the specified file name.
|
|
</summary>
|
|
<param name="fileName">The name of the word document.</param>
|
|
</member>
|
|
<member name="P:Syncfusion.PivotConverter.PivotWordExport.gridControl1">
|
|
<summary>
|
|
The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> associated with the exporting.
|
|
</summary>
|
|
<value>The <see cref="T:Syncfusion.Windows.Forms.PivotAnalysis.PivotGridControl"/> associated with the exporting.</value>
|
|
</member>
|
|
</members>
|
|
</doc>
|