TitleBox.Options

Syntax

Options: Object

Description

The Options property sets and gets settings of the express report title.

Comments

Use the setOptions method to set the property value, and the getOptions method to get the property value. Property value cannot be set from JSON.

This property gets and returns value as a JSON object with the following fields: visible - title visibility indicator, xamlText - title content settings as a XAML string, xamlTitle - title settings as a XAML string.

Example

This property is under development.

See also:

TitleBox