此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the group of the data for the data region body.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Private Function GetDataScopesFor ( _
obj As IContainedObject _
) As IEnumerable(Of IDataScope) Implements IDataScopeService.GetDataScopesFor
用法
Dim instance As DataRegionBody
Dim obj As IContainedObject
Dim returnValue As IEnumerable(Of IDataScope)
returnValue = CType(instance, IDataScopeService).GetDataScopesFor(obj)
IEnumerable<IDataScope> IDataScopeService.GetDataScopesFor(
IContainedObject obj
)
private:
virtual IEnumerable<IDataScope^>^ GetDataScopesFor(
IContainedObject^ obj
) sealed = IDataScopeService::GetDataScopesFor
private abstract GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
private override GetDataScopesFor :
obj:IContainedObject -> IEnumerable<IDataScope>
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- obj
类型:Microsoft.ReportingServices.RdlObjectModel.IContainedObject
The contained object.
返回值
类型:System.Collections.Generic.IEnumerable<IDataScope>
The group of the data for the data region body.
实现
IDataScopeService.GetDataScopesFor(IContainedObject)