此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the coordinates of the data cell.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Protected MustOverride Function GetDataCellCoordinate ( _
hierarchy As IHierarchy, _
dataCell As IDataCell _
) As Integer
用法
Dim hierarchy As IHierarchy
Dim dataCell As IDataCell
Dim returnValue As Integer
returnValue = Me.GetDataCellCoordinate(hierarchy, _
dataCell)
protected abstract int GetDataCellCoordinate(
IHierarchy hierarchy,
IDataCell dataCell
)
protected:
virtual int GetDataCellCoordinate(
IHierarchy^ hierarchy,
IDataCell^ dataCell
) abstract
abstract GetDataCellCoordinate :
hierarchy:IHierarchy *
dataCell:IDataCell -> int
protected abstract function GetDataCellCoordinate(
hierarchy : IHierarchy,
dataCell : IDataCell
) : int
参数
- hierarchy
类型:Microsoft.ReportingServices.RdlObjectModel.IHierarchy
The hierarchy of the service.
- dataCell
类型:Microsoft.ReportingServices.RdlObjectModel.IDataCell
The data cell.
返回值
类型:System.Int32
The coordinates of the data cell.