DataRegion.IDataScopeService.GetDataScopesFor(IContainedObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取数据区域的数据作用域。
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
包含的对象。
返回
数据区域的数据作用域。