IDataScopeService.GetDataScopesFor(IContainedObject) 方法

定义

获取包含项的数据作用域。

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

参数

obj
IContainedObject

一个 IContainedObject 对象。

返回

一个 IEnumerable<T> 对象。

适用于