RibbonView.setPropertyValue

Syntax

setPropertyValue (propertyName, value)

Parameters

propertyName. Property name, an element of the PP.Prx.Ui.RibbonProperty enumeration.

value. Property value (Boolean).

Description

The setPropertyValue method sets values for the tool ribbon properties of the regular report.

Comments

Property names are listed in the RibbonProperty enumeration. The properties have Boolean values.

Example

The example of method use is given in description of the PropertyChanged event.

See also:

RibbonView