Freigeben über


IDataScope.Group-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the group of the data.

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.Group
The group of the data.

Siehe auch

Verweis

IDataScope Schnittstelle

Microsoft.ReportingServices.RdlObjectModel-Namespace