Compartir a través de


IDataScope.Group Propiedad

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 DataSet
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.

Implementa

IDataScope. . :: . .Group