Método GetContainingDataScopes
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Uso
Dim instance As ReportObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetContainingDataScopes()
public IEnumerable<IDataScope> GetContainingDataScopes()
public:
virtual IEnumerable<IDataScope^>^ GetContainingDataScopes() sealed
abstract GetContainingDataScopes : unit -> IEnumerable<IDataScope>
override GetContainingDataScopes : unit -> IEnumerable<IDataScope>
public final function GetContainingDataScopes() : IEnumerable<IDataScope>
Valor de retorno
Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IDataScope> ) > ) >
An IEnumerable<(Of <(<'T>)>)> object.