Area

In past i used other tool called Report Builder, and it have an option called "area"
where i can defined for sample 2 areas and in run-time i can change
the property visible true to area1 and visible false to area 2.
How i can work with 2 areas different??s and show an or other in run-time using FastReport 2.5

Comments

  • edited 7:06PM
    You can try to achive what you want with Child band. Use 2 child bands and switch between them in run-time (see FR demo: Reports with Script).
    Or you can use 2 subreports and switch between them or setting Visible property to false / true.

Leave a Comment