Share via


Group Class

Represents a data group.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class Group _
    Inherits ReportObject _
    Implements IGlobalNamedObject, IDataScope, IContainedObject
'Usage
Dim instance As Group
public class Group : ReportObject, IGlobalNamedObject, 
    IDataScope, IContainedObject
public ref class Group : public ReportObject, 
    IGlobalNamedObject, IDataScope, IContainedObject
type Group =  
    class
        inherit ReportObject
        interface IGlobalNamedObject
        interface IDataScope
        interface IContainedObject
    end
public class Group extends ReportObject implements IGlobalNamedObject, IDataScope, IContainedObject

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.Group

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.