ReportSection.height100mm Method

Gets or sets the height of a section, excluding the height of the border and the top and bottom margins.

Syntax

public int height100mm([int height])

Run On

Called

Parameters

  • height
    Type: int
    The new value in 1/100 mm; optional.

Return Value

Type: int
The height in 1/100 mm.

Remarks

This method acts as a heightExclBorderAndMargins method.

The height that is returned corresponds to the value of the height property.

Before you use this function to set the height property, make sure that the height property is not set to AUTO. Otherwise, built-in logic might recalculate the value.

See Also

ReportSection Class

ReportSection.heightmm100 Method