Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Group Class
Properties Methods


In This Topic
    Group Class Members
    In This Topic

    The following tables list the members exposed by Group.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Group class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the name to use for the data element for instances of this group. Default (if not specified): Name of the group. Must be a CLS-compliant identifier.  
    Public PropertyGets or sets value indicating whether the instances of the group should appear in a data rendering.  
    Public PropertyGets or sets a label to identify an instance of the group in the client UI (to provide a user-friendly label for searching).  
    Public PropertyGets the expressions by which to group the data. If empty, this is a detail group (that is, there is one instance of the group per detail row of data).  
    Public PropertyGets Filters collection containing filters to apply to each instance of the group.  
    Public PropertyGets or sets name of the Group. No two group elements may have the same name. No group element may have the same name as a data set or a data region.  
    Public PropertyGets PageBreak object defining page break behavior for this group.  
    Public PropertyGets or sets an expression that identifies the parent group in a recursive hierarchy.  
    Public PropertyGets Variables collection containing a set of variables to evaluate at the group level.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another Group to the current object.  
    Top
    See Also