Udostępnij za pośrednictwem


Metoda ReportObject.GetContainingDataScopes

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Użycie
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>