ReportObject.GetContainingDataScopes Method

Definition

Returns the list of report object that contains data scopes.

public:
 virtual 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>
override this.GetContainingDataScopes : unit -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
Public Function GetContainingDataScopes () As IEnumerable(Of IDataScope)

Returns

The list of report object that contains data scopes.

Applies to