Does my project require advanced features?

 

PEERNET Reports Designer Runtime consists of a runtime model, and its interfaces and classes (APIs). These allow an advanced user to access the application dynamically. For example, you could create a label, insert a text field into the label, and bind the text field to a data source (such as a table of mailing addresses). You can then set the color of the text in each text field dynamically according to a specified criteria, such as city name, by calling the setColor method.

 

Inside the application, interfaces can be accessed through predefined event methods for reports and labels at runtime. Inside embedded applications, these interfaces and classes can also be accessed to manipulate the application’s report engine.

 

For more information and links to further documentation about these advanced features, see Advanced Features.