다음을 통해 공유


GetDataCellCoordinate 메서드

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

네임스페이스:  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