Share via


ReportSection.heightmm100 Method

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

Syntax

public int heightmm100([int heightInclMargins])

Run On

Called

Parameters

  • heightInclMargins
    Type: int
    The new total height of the section in 1/100 mm; optional.

Return Value

Type: int
The height in 1/100 mm.

Remarks

This method acts as a heightInclBorderAndMargins method.

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

If the heightmm100 method returns 1000, the total height of the section is 10 mm.

See Also

ReportSection Class

ReportSection.height100mm Method