此 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.