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 expressions by which to group the data.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Overrides Property Group As Group
Get
Set
'Usage
Dim instance As DataMember
Dim value As Group
value = instance.Group
instance.Group = value
public override Group Group { get; set; }
public:
virtual property Group^ Group {
Group^ get () override;
void set (Group^ value) override;
}
abstract Group : Group with get, set
override Group : Group with get, set
override function get Group () : Group
override function set Group (value : Group)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Group
A Group object.
Implements
Remarks
If omitted, this is a static group. Not allowed if any ancestor group is a detail group.