WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SummaryInfo

    Show / Hide Table of Contents

    Class SummaryInfo

    Represents the summary details.

    Inheritance
    System.Object
    SummaryInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Olap.Reports
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class SummaryInfo

    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 Description
    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 Description
    System.String

    Type

    Gets or sets the type of summary.

    Declaration
    public SummaryType Type { get; set; }
    Property Value
    Type Description
    SummaryType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved