Class PivotElements
Represents the Pivot Element information.
Inheritance
System.Object
PivotElements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.Engine
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class PivotElements
Constructors
PivotElements(OlapReport)
Initializes a new instance of the PivotElements class.
Declaration
public PivotElements(OlapReport olapReport)
Parameters
Type | Name | Description |
---|---|---|
OlapReport | olapReport | The OLAP report. |
Properties
ColumnItems
Gets or sets the list of column items.
Declaration
public List<string> ColumnItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The list of column items. |
ExpandAll
Gets or sets a value indicating whether to expand all or not.
Declaration
public bool ExpandAll { get; set; }
Property Value
Type |
---|
System.Boolean |
IsRowSummary
Gets or sets a value indicating whether this instance is row summary.
Declaration
public bool IsRowSummary { get; set; }
Property Value
Type |
---|
System.Boolean |
Report
Gets or sets the OLAP report.
Declaration
public OlapReport Report { get; set; }
Property Value
Type | Description |
---|---|
OlapReport | The OLAP report. |
SeriesItems
Gets or sets the list of series items.
Declaration
public List<string> SeriesItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The list of series items. |
Summaries
Gets or sets the list of summaries.
Declaration
public List<SummaryInfo> Summaries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SummaryInfo> | The list of summaries. |
SummaryStringCount
Gets or sets the count of summary string.
Declaration
public int SummaryStringCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The count of summary string. |
Methods
GetElements()
Gets the pivot elements.
Declaration
public PivotElements GetElements()
Returns
Type | Description |
---|---|
PivotElements | The pivot elements. |