DataRegionMember.Group Property
Gets the data grouping information.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Group As Group
Get
'Usage
Dim instance As DataRegionMember
Dim value As Group
value = instance.Group
public Group Group { get; }
public:
property Group^ Group {
Group^ get ();
}
member Group : Group
function get Group () : Group
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Group
A Group object.