Dynamic DataBand for preloaed Report Form

Is it possible to do the following steps in a VB program?

1. firstly load a designed report via LoadReportFromFile;

2. then create dynamically databand or pageheader band via CreateReportObjectEx function for such preloaded.

Comments

  • edited 11:28PM
    Yes, you can.
    LoadReportFromFile()
    FindObject("Object name") ' where "Object name" is name of page in your report
    Create new object (CreateReportObjectEx), in parent pass previous find object.
  • edited 11:28PM
    FastReport3 Could have in the TFrxDBDataSet Component a way To create Calculated Fields so that fast receives, a suggestion mine. ;)

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.