Proprietà DataRegion.IDataScope.Group
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the group of the data for the data region.
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 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 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 the data for the data region.