Partager via


Propriété Group.IDataScope.Group

Gets the data group.

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

Syntaxe

'Déclaration
Private ReadOnly Property Group As Group 
    Implements IDataScope.Group 
    Get
'Utilisation
Dim instance As Group 
Dim value As Group 

value = CType(instance, IDataScope).Group
Group IDataScope.Group { get; }
private:
virtual property Group^ Group {
    Group^ get () sealed = IDataScope::Group::get;
}
private abstract Group : Group 
private override Group : Group
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

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

Implémente

IDataScope.Group

Voir aussi

Référence

Group Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel