ReportObject.GetDataScopesForDefaultImpl(IContainedObject) 方法

定义

返回默认实现的数据作用域。

protected:
 System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::IDataScope ^> ^ GetDataScopesForDefaultImpl(Microsoft::ReportingServices::RdlObjectModel::IContainedObject ^ obj);
protected System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.IDataScope> GetDataScopesForDefaultImpl (Microsoft.ReportingServices.RdlObjectModel.IContainedObject obj);
member this.GetDataScopesForDefaultImpl : Microsoft.ReportingServices.RdlObjectModel.IContainedObject -> seq<Microsoft.ReportingServices.RdlObjectModel.IDataScope>
Protected Function GetDataScopesForDefaultImpl (obj As IContainedObject) As IEnumerable(Of IDataScope)

参数

obj
IContainedObject

包含的对象。

返回

默认实现的数据作用域。

适用于