Share via


ReportTimeControl.heightValue Method

Definition

Overloads

heightValue()

Gets or sets the height of the control.

heightValue(Decimal)

heightValue()

Gets or sets the height of the control.

public virtual decimal heightValue ();

Returns

The height in pixels.

Remarks

The height of the control is not changed unless the exact height calculation mode is used.

Applies to

heightValue(Decimal)

public virtual decimal heightValue (decimal _value);

Parameters

_value
Decimal

Returns

Applies to