Options: Object
The Options property determines settings of express report title.
Use the setOptions method to set the property value, and the getOptions method to get the property value.
To execute the example, the HTML page must contain the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). To show the title, click the Title button on the Home tab. Get express report title background color:
// Get title var title = expressBox.getDataView().getTitleView(); // Get title background color console.log("Title background color: " + title.getOptions().backgroundColor);
As a result the console displays title background color:
Title background color: #FFFFFF
See also: