ReportStringControl.dynamicHeight 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
dynamicHeight() | |
dynamicHeight(Boolean) |
dynamicHeight()
public:
virtual bool dynamicHeight();
public virtual bool dynamicHeight ();
abstract member dynamicHeight : unit -> bool
override this.dynamicHeight : unit -> bool
Public Overridable Function dynamicHeight () As Boolean
Returns
Applies to
dynamicHeight(Boolean)
public:
virtual bool dynamicHeight(bool _value);
public virtual bool dynamicHeight (bool _value);
abstract member dynamicHeight : bool -> bool
override this.dynamicHeight : bool -> bool
Public Overridable Function dynamicHeight (_value As Boolean) As Boolean
Parameters
- _value
- Boolean