Metoda DataCellScopeServiceImpl.GetDataCellCoordinate
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Protected MustOverride Function GetDataCellCoordinate ( _
hierarchy As IHierarchy, _
dataCell As IDataCell _
) As Integer
'Użycie
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
Parametry
- hierarchy
Typ: Microsoft.ReportingServices.RdlObjectModel.IHierarchy
- dataCell
Typ: Microsoft.ReportingServices.RdlObjectModel.IDataCell
Wartość zwracana
Typ: System.Int32
Zobacz także