EaxParameterView.ShowParamLabel

Syntax

ShowParamLabel: boolean

Description

The ShowParamLabel property controls visibility of express report parameter label.

Comments

Use JSON or the setShowParamLabel method to set value of the ShowParamLabel property, and the getShowParamLabel method to get value of this property.

If this property is True, label of the express report parameter is shown, when the property is False, the label is not shown.

Example

The example of property use is given on the Example of Creating the EaxParameterBox Component page.

See also:

EaxParameterView