Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the coordinates of the data cell.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en 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
Paramètres
- hierarchy
Type : Microsoft.ReportingServices.RdlObjectModel.IHierarchy
The hierarchy of the service.
- dataCell
Type : Microsoft.ReportingServices.RdlObjectModel.IDataCell
The data cell.
Valeur de retour
Type : System.Int32
The coordinates of the data cell.