Partager via


GetDataCellCoordinate méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Protected MustOverride Function GetDataCellCoordinate ( _
    hierarchy As IHierarchy, _
    dataCell As IDataCell _
) As Integer
'Utilisation
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

Valeur de retour

Type : System. . :: . .Int32