Compartir a través de


DataRegion.IDataScope.Group Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the group of the data for the data region.

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 DataRegion 
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 the data for the data region.

Implementa

IDataScope.Group

Vea también

Referencia

DataRegion Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel