Fast Report WPF

Hello,

Do you plan to developpe Fast Report for WPF? If yes, in how many time it will be ready?
If no, do you have a sample for integrate a Fast Report .net in Wpf Application?

Thank you for your answer >

Comments

  • edited 1:32PM
    Hello,

    You can use FR.Net in WPF:

    using (Report report = new Report())
    {
    report.Load(...);
    report.RegisterData(your_dataset);
    report.Show();
    }
  • Magezi SagesseMagezi Sagesse DRCONGO
    edited 1:32PM
    AlexTZ wrote: »
    Hello,

    You can use FR.Net in WPF:

    using (Report report = new Report())
    {
    report.Load(...);
    report.RegisterData(your_dataset);
    report.Show();
    }
    Hello;
    I need your help; I want to develop my software with windows presentation form using visual studio 2012. I tried to add fastreport.DLL and fastreportweb.DLL inside the toolbox but fastreport tools are not appearing; but when I creat a new winform project then fastreport tools are appearing; What can do son that those tools appeared un my wpf project?
  • edited August 2014
    Hello,

    You can use FR.Net in WPF:

    using (Report report = new Report())
    {
    report.Load(...);
    report.RegisterData(your_dataset);
    report.Show();
    }
    Hello;
    I need your help; I want to develop my software with windows presentation form using visual studio 2012. I tried to add fastreport.DLL and fastreportweb.DLL inside the toolbox but fastreport tools are not appearing; but when I creat a new winform project then fastreport tools are appearing; What can do son that those tools appeared un my wpf project?

    Hi

    Sample project as custom control in WPF

    Best regards

    Daniel
  • edited May 2017
    Hello!
    I bit changed project, to have designer control
    But it works incorrect!
    if (chbDesignReport.IsChecked == true)
    {
    report.Prepare();
    host.DesControl.Report = report;

    report.Design();

    }

    What do I wrong?
    Thanks!!

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.