Share via


IDataScope.Group Property

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
ReadOnly Property Group As Group
    Get
'Usage
Dim instance As IDataScope
Dim value As Group

value = instance.Group
Group Group { get; }
property Group^ Group {
    Group^ get ();
}
abstract Group : Group
function get Group () : Group