Partager via


Propriété IDataScope.Group

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the group of the data.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
ReadOnly Property Group As Group 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDataScope Interface

Espace de noms Microsoft.ReportingServices.RdlObjectModel