Partager via


Propriété IDataScope.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 CustomData
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.

Implémente

IDataScope. . :: . .Group