แชร์ผ่าน


DataCellScopeServiceImpl.GetDataCellCoordinate Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Protected MustOverride Function GetDataCellCoordinate ( _
    hierarchy As IHierarchy, _
    dataCell As IDataCell _
) As Integer
'Usage
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

Return Value

Type: System.Int32