FastReport icon indicating copy to clipboard operation
FastReport copied to clipboard

Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports

Results 146 FastReport issues
Sort by recently updated
recently updated
newest added

I follow this [https://opensource.fast-report.com/2019/07/how-to-use-online-designer-with.html](https://opensource.fast-report.com/2019/07/how-to-use-online-designer-with.html) But I get someting wrong ![image](https://user-images.githubusercontent.com/16337239/183606424-d8ba1fac-96be-4325-a073-accb98775d65.png)

The latest version Release2022.2.12,when I use the following code "Report report = new Report();" in my .NET 5.0 Project,there throws a exception ![image](https://user-images.githubusercontent.com/20058248/176576662-d57dc2c7-8b33-4ae7-9246-2ecff42166a4.png)

my code. ```` // create report instance Report report = new Report(); // load the existing report report.Load($@"{inFolder}\report.frx"); // register the data list report.RegisterData(data,"JSON"); // prepare the report report.Prepare(); ````...

I’m currently designing a report in the desktop designer which has two JSON datasources. The first is the primary record detail, the second has some lookup display values. I have...

When setting the visible expression or the visible property to the tablerow the tablerow will still show irrelevant of the property value. This happens with version 2022.2.0

Hi! FastReport.Net Open Source, .NET 5 project: ERROR: System.PlatformNotSupportedException: 'Operation is not supported on this platform.' on line: report.Prepare(); in .NetFramework (4.6x / etc) projects, everything is OK.

I digging in demo folder, like WinFormsOpenSourceViewer. I supposed to find code use with some 'Report Viewer' component. instead, I find export to image, and brows between images. See code...

I m trying to join small pages . But in .Net version, there is not a option for it. But in delphi version, it Is usable. If the design file...

how can i use html in html Object? even i put html in Edit Text Thanks FastReport .NET version 2022.2.0 Community Edition ![Fastreport-issue](https://user-images.githubusercontent.com/81033325/179913274-fcb5816f-c44a-466f-9a80-d2722462d487.png)

Is there any road map?

FYI