Proprietà Report.IDataScope.Group

Gets the group of where this object belong.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property Group As Group 
    Implements IDataScope.Group 
    Get
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.Group
The group of where this object belong.

Implementa

IDataScope.Group

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel