ReportSection.height100mm Method

Definition

Overloads

height100mm()

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

height100mm(Int32)

height100mm()

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

public:
 virtual int height100mm();
public virtual int height100mm ();
abstract member height100mm : unit -> int
override this.height100mm : unit -> int
Public Overridable Function height100mm () As Integer

Returns

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.

Applies to

height100mm(Int32)

public:
 virtual int height100mm(int _height);
public virtual int height100mm (int _height);
abstract member height100mm : int -> int
override this.height100mm : int -> int
Public Overridable Function height100mm (_height As Integer) As Integer

Parameters

_height
Int32

The new value in 1/100 mm; optional.

Returns

Applies to