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
Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Uso
Dim instance As IDataScope
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetContainingDataScopes()
IEnumerable<IDataScope> GetContainingDataScopes()
IEnumerable<IDataScope^>^ GetContainingDataScopes()
abstract GetContainingDataScopes : unit -> IEnumerable<IDataScope>
function GetContainingDataScopes() : IEnumerable<IDataScope>
Valor de retorno
Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'IDataScope> ) > ) >
An IEnumerable<(Of <(<'T>)>)> object.
Consulte também