Class SummaryInfo
Represents the summary details.
Inheritance
System.Object
SummaryInfo
Namespace: Syncfusion.Olap.UWP.Reports
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class SummaryInfo : Object
Constructors
SummaryInfo()
Initializes a new instance of the SummaryInfo class.
Declaration
public SummaryInfo()
Properties
Column
Gets or sets the name of the column for which summary need to be calculated.
Declaration
public string Column { get; set; }
Property Value
Type |
---|
System.String |
Expression
Gets or sets the expression.
Declaration
public string Expression { get; set; }
Property Value
Type | Description |
---|---|
System.String | The expression. |
FormatString
Gets or sets the format string.
Declaration
public string FormatString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The format string. |
Key
Gets or sets the name of the key which will be used to store after calculating the summary.
Declaration
public string Key { get; set; }
Property Value
Type |
---|
System.String |
Type
Gets or sets the type of summary.
Declaration
public SummaryType Type { get; set; }
Property Value
Type |
---|
SummaryType |