Share via


DataCellScopeServiceImpl.GetDataCellCoordinate(IHierarchy, IDataCell) Méthode

Définition

Obtient les coordonnées de la cellule de données.

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

Paramètres

hierarchy
IHierarchy

Hiérarchie du service.

dataCell
IDataCell

Cellule de données.

Retours

Coordonnées de la cellule de données.

S’applique à