XMLExcelReport_RU.calcRangeHeight Method [AX 2012]

Calculates the height of a section that contains cells that wrap text.

Syntax

protected abstract real calcRangeHeight(Bookmark _bookmark)

Run On

Called

Parameters

  • _bookmark
    Type: Bookmark Extended Data Type
    A parameter that should be overridden to get the maximum height of a named cell, as follows: return max(document.getNamedRangeHeightWrapped('ItemName', line.ItemName)

Return Value

Type: real
The height of the section.

See Also

Reference

XMLExcelReport_RU Class