Compartir a través de


Report.IDataScope.Group Propiedad

Gets the group of where this object belong.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Private ReadOnly Property Group As Group 
    Implements IDataScope.Group 
    Get
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor de la propiedad

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

Implementa

IDataScope.Group

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel