IHierarchyMember.GetContainingDataScopes Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Function GetContainingDataScopes As IEnumerable(Of IDataScope)
'Usage
Dim instance As IHierarchyMember
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = instance.GetContainingDataScopes()
IEnumerable<IDataScope> GetContainingDataScopes()
IEnumerable<IDataScope^>^ GetContainingDataScopes()
abstract GetContainingDataScopes : unit -> IEnumerable<IDataScope>
function GetContainingDataScopes() : IEnumerable<IDataScope>