Método ReportObject.GetContainingDataScopes
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Returns the list of report object that contains data scopes.
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<IDataScope>
The list of report object that contains data scopes.