Udostępnij za pośrednictwem


DataCellScopeServiceImpl.GetDataCellCoordinate Method

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

Gets the coordinates of the data cell.

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

Parameters

Return Value

Type: System.Int32
The coordinates of the data cell.

See Also

Reference

DataCellScopeServiceImpl Class

Microsoft.ReportingServices.RdlObjectModel Namespace