GetDataCellCoordinate 方法

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  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

返回值

类型:System. . :: . .Int32