DataCellScopeServiceImpl.GetDataCellCoordinate(IHierarchy, IDataCell) Method

Definition

Gets the coordinates of the data cell.

protected:
 abstract int GetDataCellCoordinate(Microsoft::ReportingServices::RdlObjectModel::IHierarchy ^ hierarchy, Microsoft::ReportingServices::RdlObjectModel::IDataCell ^ dataCell);
protected abstract int GetDataCellCoordinate (Microsoft.ReportingServices.RdlObjectModel.IHierarchy hierarchy, Microsoft.ReportingServices.RdlObjectModel.IDataCell dataCell);
abstract member GetDataCellCoordinate : Microsoft.ReportingServices.RdlObjectModel.IHierarchy * Microsoft.ReportingServices.RdlObjectModel.IDataCell -> int
Protected MustOverride Function GetDataCellCoordinate (hierarchy As IHierarchy, dataCell As IDataCell) As Integer

Parameters

hierarchy
IHierarchy

The hierarchy of the service.

dataCell
IDataCell

The data cell.

Returns

The coordinates of the data cell.

Applies to