ReportGuidControl.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 System::Decimal heightValue();
public virtual decimal heightValue ();
abstract member heightValue : unit -> decimal
override this.heightValue : unit -> decimal
Public Overridable Function heightValue () As Decimal

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 System::Decimal heightValue(System::Decimal _value);
public virtual decimal heightValue (decimal _value);
abstract member heightValue : decimal -> decimal
override this.heightValue : decimal -> decimal
Public Overridable Function heightValue (_value As Decimal) As Decimal

Parameters

_value
Decimal

Returns

Applies to