Feature request

edited 2:26PM 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 2:26PM
    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 2:26PM
    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 2:26PM
    Hello,

    Use previewControl.AddTab method to add a prepared report as a new tab.
  • edited 2:26PM
    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.