FastReport
FastReport copied to clipboard
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
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 
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 
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 