WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Group - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Group

    Represents a data group.

    Inheritance
    System.Object
    Group
    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.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class Group

    Constructors

    Group()

    Declaration
    public Group()

    Group(ReportSerializer)

    Declaration
    public Group(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    DataElementName

    Declaration
    public string DataElementName { get; set; }
    Property Value
    Type Description
    System.String

    DataElementOutput

    Declaration
    public DataElementOutputs DataElementOutput { get; set; }
    Property Value
    Type Description
    DataElementOutputs

    DocumentMapLabel

    Declaration
    public string DocumentMapLabel { get; set; }
    Property Value
    Type Description
    System.String

    DocumentMapLabelLocID

    Declaration
    public string DocumentMapLabelLocID { get; set; }
    Property Value
    Type Description
    System.String

    DomainScope

    Declaration
    public string DomainScope { get; set; }
    Property Value
    Type Description
    System.String

    Filters

    Declaration
    public Filters Filters { get; set; }
    Property Value
    Type Description
    Filters

    GroupExpressions

    Declaration
    public GroupExpressions GroupExpressions { get; set; }
    Property Value
    Type Description
    GroupExpressions

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    PageBreak

    Declaration
    public PageBreak PageBreak { get; set; }
    Property Value
    Type Description
    PageBreak

    PageName

    Declaration
    public string PageName { get; set; }
    Property Value
    Type Description
    System.String

    Parent

    Declaration
    public string Parent { get; set; }
    Property Value
    Type Description
    System.String

    Variables

    Declaration
    public Variables Variables { get; set; }
    Property Value
    Type Description
    Variables

    Methods

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    ResetDataElementOutput()

    Declaration
    public void ResetDataElementOutput()

    ResetFilters()

    Declaration
    public void ResetFilters()

    ResetGroupExpressions()

    Declaration
    public void ResetGroupExpressions()

    ResetPageBreak()

    Declaration
    public void ResetPageBreak()

    ResetVariables()

    Declaration
    public void ResetVariables()

    ShouldSerializeDataElementOutput()

    Declaration
    public bool ShouldSerializeDataElementOutput()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeFilters()

    Declaration
    public bool ShouldSerializeFilters()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeGroupExpressions()

    Declaration
    public bool ShouldSerializeGroupExpressions()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePageBreak()

    Declaration
    public bool ShouldSerializePageBreak()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeVariables()

    Declaration
    public bool ShouldSerializeVariables()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved