GetDataCellCoordinate Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Protected MustOverride Function GetDataCellCoordinate ( _
hierarchy As IHierarchy, _
dataCell As IDataCell _
) As Integer
'Uso
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
Parámetros
- hierarchy
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .IHierarchy
Valor devuelto
Tipo: System. . :: . .Int32