Group Class

Represents a data group.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.Group

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class Group
'Usage
Dim instance As Group
public sealed class Group
public ref class Group sealed
[<SealedAttribute>]
type Group =  class end
public final class Group

The Group type exposes the following members.

Properties

  Name Description
Public property DataElementName The name to use for the data element for instances of this group.
Public property DataElementOutput Indicates whether the instances of the group should appear in a data rendering.
Public property DocumentMapLabel A label to identify an instance of the group within the client UI (to provide a user-friendly label for searching).
Public property GroupExpressions The expressions by which to group the data.
Public property ID Gets the unique identifier for this report definition object.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property IsRecursive Gets a value that indicates whether this group is recursive.
Public property Name Name of the group.
Public property PageBreak Defines PageBreak behavior for this group.
Public property PageName Gets the page name.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace