Metodo DataRegionBody.IDataScopeService.GetDataScopesFor
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 body.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Private Function GetDataScopesFor ( _
obj As IContainedObject _
) As IEnumerable(Of IDataScope) Implements IDataScopeService.GetDataScopesFor
'Utilizzo
Dim instance As DataRegionBody
Dim obj As IContainedObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = CType(instance, IDataScopeService).GetDataScopesFor(obj)
IEnumerable<IDataScope> IDataScopeService.GetDataScopesFor(
IContainedObject obj
)
private:
virtual IEnumerable<IDataScope^>^ GetDataScopesFor(
IContainedObject^ obj
) sealed = IDataScopeService::GetDataScopesFor
private abstract GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
private override GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- obj
Tipo: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
The contained object.
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<IDataScope>
The group of the data for the data region body.
Implementa
IDataScopeService.GetDataScopesFor(IContainedObject)