How to "Choose Report Data..." programmatically.

I am using fastreport from a C# winforms app. I use the the designer control to let the user edit a report template from with my app. When I create the template, I register a data source (DataSet) with the template.

However, the first time the user opens the report template in the designer control, the user needs to go to the

Data=>Choose Report Data...

menu item to choose the report data for the report. I'd like to do that programmatically before the edit the design, to simplify their work.

Can I do that programatically?

Comments

  • you have to buy fastreport license with source code and make your own mods

Leave a Comment