Metodo ReportObject.GetContainingDataScopes

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Returns the list of report object that contains data scopes.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Utilizzo
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>

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<IDataScope>
The list of report object that contains data scopes.

Vedere anche

Riferimento

ReportObject Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel