Partager via


Propriété Report.IDataScope.Group

Gets the group of where this object belong.

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 Report 
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 group of where this object belong.

Implémente

IDataScope.Group

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel