HierarchyMember.IDataScopeService.GetDataScopesFor(IContainedObject) 方法

定义

返回层次结构成员的数据作用域。

 virtual System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IDataScope ^> ^ Microsoft.ReportingServices.RdlObjectModel.IDataScopeService.GetDataScopesFor(Microsoft::ReportingServices::RdlObjectModel::IContainedObject ^ obj) = Microsoft::ReportingServices::RdlObjectModel::IDataScopeService::GetDataScopesFor;
System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IDataScope> IDataScopeService.GetDataScopesFor (Microsoft.ReportingServices.RdlObjectModel.IContainedObject obj);
abstract member Microsoft.ReportingServices.RdlObjectModel.IDataScopeService.GetDataScopesFor : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
override this.Microsoft.ReportingServices.RdlObjectModel.IDataScopeService.GetDataScopesFor : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
Function GetDataScopesFor (obj As IContainedObject) As IEnumerable(Of IDataScope) Implements IDataScopeService.GetDataScopesFor

参数

obj
IContainedObject

一个包含数据作用域的对象。

返回

一个 IEnumerable<T> 对象。

实现

适用于