Método DataRegionBody.IDataScopeService.GetDataScopesFor
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the group of the data for the data region body.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Private Function GetDataScopesFor ( _
obj As IContainedObject _
) As IEnumerable(Of IDataScope) Implements IDataScopeService.GetDataScopesFor
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- obj
Tipo: Microsoft.ReportingServices.RdlObjectModel.IContainedObject
The contained object.
Valor de retorno
Tipo: System.Collections.Generic.IEnumerable<IDataScope>
The group of the data for the data region body.
Implementa
IDataScopeService.GetDataScopesFor(IContainedObject)