IHierarchyMember.GetContainingDataScopes Method

Definition

Returns the containing data scopes for the hierarchy member.

public:
 System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IDataScope ^> ^ GetContainingDataScopes();
public System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IDataScope> GetContainingDataScopes ();
abstract member GetContainingDataScopes : unit -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
Public Function GetContainingDataScopes () As IEnumerable(Of IDataScope)

Returns

An IEnumerable<T> object.

Applies to