ReportSumControl.heightValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
heightValue(Decimal) | |
heightValue() |
Gets or sets the height of the control. |
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
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.