Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the grouping information for the hierarchy.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public MustOverride Property Group As Group
Get
Set
'Usage
Dim instance As HierarchyMember
Dim value As Group
value = instance.Group
instance.Group = value
public abstract Group Group { get; set; }
public:
virtual property Group^ Group {
Group^ get () abstract;
void set (Group^ value) abstract;
}
abstract Group : Group with get, set
abstract function get Group () : Group
abstract function set Group (value : Group)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Group
A Group object.