How can I load a designed report and create databand in VBasic ?

Question: How can I load a designed report and create databand in VBasic ?

Answer:

You can do that by doing the following :

1
2
LoadReportFromFile ();
FindObject("Object name");

 ' where "Object name" is the name of the page in your report
Create new object (CreateReportObjectEx), in parent pass previous find object.