Compartilhar via


Propriedade do RDL Report.IDataScope.Group

Gets the group of where this object belong.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

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

Implementa

IDataScope.Group

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.RdlObjectModel