Feature request

edited 12:53PM in FastReport .NET
Hi,

It will be great if Fast Report can work with multiple reports (Tabs), so user can work with many reports at the same time.

Thanks,

Comments

  • edited 12:53PM
    It can [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Here is the code to run the designer in Mdi mode:[/img]
          using (Office2007DesignerForm designerForm = new Office2007DesignerForm())
          {
            designerForm.ShowInTaskbar = true;
            designerForm.Designer.MdiMode = true;
            designerForm.ShowDialog();
          }
    
  • edited 12:53PM
    This opens the designer in tabbed view, Is there any way to show 2 or more reports in tabs on a single preview control or to show pages in tabs?
    Thanx.
  • edited 12:53PM
    Hello,

    Use previewControl.AddTab method to add a prepared report as a new tab.
  • edited 12:53PM
    Thanx Alex.

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.