ReportObject.GetContainingDataScopes Method
The containing data scopes.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Usage
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>
Return Value
Type: System.Collections.Generic.IEnumerable<IDataScope>
An IEnumerable<T> object.