FastReport | Free Open Source Reporting tool for .NET6/.NET Core/.NET | Dashboard library

 by   FastReports C# Version: v2023.2.0 License: MIT

kandi X-RAY | FastReport Summary

kandi X-RAY | FastReport Summary

FastReport is a C# library typically used in Analytics, Dashboard applications. FastReport has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

FastReport provides free open source report generator for .NET 6/.NET Core/.NET Framework. You can use the FastReport Open Source in MVC, Web API, console applications.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FastReport has a medium active ecosystem.
              It has 2299 star(s) with 529 fork(s). There are 125 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 37 open issues and 305 have been closed. On average issues are closed in 590 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of FastReport is v2023.2.0

            kandi-Quality Quality

              FastReport has 0 bugs and 0 code smells.

            kandi-Security Security

              FastReport has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              FastReport code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              FastReport is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              FastReport releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              FastReport saves you 217129 person hours of effort in developing the same functionality from scratch.
              It has 215946 lines of code, 0 functions and 708 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FastReport
            Get all kandi verified functions for this library.

            FastReport Key Features

            No Key Features are available at this moment for FastReport.

            FastReport Examples and Code Snippets

            No Code Snippets are available at this moment for FastReport.

            Community Discussions

            QUESTION

            FastReport .Net C# load frx file with Map object
            Asked 2022-Jan-04 at 15:13

            I use FastReport .Net Designer to create .frx file with all my Report definition, and then I load it to my c# code, I added a Map Object, I did run the Preview and the map is shown well.

            But when I tried to load the .frx file from my c# code it throw the "Can't find Map object" exception.

            My solution is .net4.7 and I'm with the latest FastReport Nuget package.

            Note that once I remove the Map object it back to working good, the .frx is well loaded to my c# code and all is working (without a map of course)

            My c# code which throw the exception:

            ...

            ANSWER

            Answered 2022-Jan-04 at 15:13

            This is because you are probably using the free NuGet Package FastReport.OpenSource.Export.PdfSimple. PdfSimple is exporting the PDF pages as images which causes some limitations as well as the Map issue you mentioned. In order to solve your issue, you need to purchase and use the full FastReport.Net version. you can download the trial NuGet Package FastReport.Net.Demo and see that it will solve your issue.

            Source https://stackoverflow.com/questions/70521052

            QUESTION

            Getting a Metadata file 'Microsoft.CSharp' could not be found error upon trying to export a fastreport report
            Asked 2021-Dec-26 at 16:00

            Trying to use fastreport opensource version to prepare and export a report to pdf Using Microsoft Sql Server database as datasource for it My code seemingly connects to the database and is able to fill the datasource so most likely the problem is somewhere in the code that creates the report itself , but i dont exactly see where it could happen

            Exception occurs in report.Prepare(); and the line after it

            ...

            ANSWER

            Answered 2021-Dec-26 at 16:00

            And i managed to fix it Basically the cause for that error was using the wrong type of sqlconnection Reworked the code from this

            Source https://stackoverflow.com/questions/70473266

            QUESTION

            FastReport.OpenSource.Data.MsSql can't reference FastReports.OpenSource
            Asked 2021-Dec-06 at 20:18

            I have an existing ASP.NET Core 5 MVC app which is built with .Net 5 in VS2022. I added the nuGet packages FastReport.OpenSource.Web (2021.4.15), FastReport.OpenSource (2021.4.15) and FastReport.OpenSource.Data.MsSql (2021.4.0).

            However, the following code fails to compile:

            ...

            ANSWER

            Answered 2021-Dec-06 at 20:18

            FastReports has released a new version (2022.1) that has fixed this issue. Kudos to them for responding quickly.

            Source https://stackoverflow.com/questions/70037525

            QUESTION

            How to get the path to the file using backslash symbol and 2 dots ('\..')
            Asked 2021-Jan-20 at 13:53

            In Delphi program I use ExtractFileDir function for getting parent folder and this code works correctly:

            ...

            ANSWER

            Answered 2021-Jan-18 at 16:55

            I have a function which absolutize a relative path. To absolutize a path, you need to know the base path.

            I the case of Delphi you show, the paths are relative to the project directory.

            Once you have an absolute path, you can apply ExtractFilePath several times to go up in the directory levels.

            Let's take an example: You have a relative path "....\SomeFile.txt". This path is relative to the base path "C:\ProgramData\Acme\Project\Demo". The complete path is: "C:\ProgramData\Acme\Project\Demo....\SomeFile.txt". Then the absolute path result of AbsolutizePath will be "C:\ProgramData\Acme\SomeFile.txt".

            Note that Absolutize path take care of ".." (parent directory), "." (Current directory) and drive specification (Such as C:).

            Source https://stackoverflow.com/questions/65776246

            QUESTION

            How to show the PrintDialog just after showing the preview in FastReport?
            Asked 2021-Jan-11 at 18:01

            I'm using Delphi to develop a desktop database application, and I've an invoice report made with FastReport, I know that I can use InvoiceReport.ShowReport to show it's preview. So I need to know how I can show the print dialog automatically just after showing the preview. The user then can print it or cancel the dialog

            ...

            ANSWER

            Answered 2021-Jan-11 at 09:39

            Call PrintDialog1.Execute right after InvoiceReport.ShowReport.

            Source https://stackoverflow.com/questions/65663960

            QUESTION

            Draw Canvas or Create Image File on .Net MVC
            Asked 2020-Dec-10 at 08:38

            I'm drawing my C# object model on controller and send it to Konva.js on the front end. And people can see my image as a canvas. No problem with these steps. Now I want to show my image on reports using fastreport. But I'm drawing canvas on runtime. How should I draw it on C# side and store it to show on reports?

            ...

            ANSWER

            Answered 2020-Dec-10 at 08:38

            I've solved problem using base64string. I created base64string after konva's canvas create method. Saved base64string to database and when i want to use it on fast report, i converted to image file.

            Source https://stackoverflow.com/questions/64858879

            QUESTION

            Sending TMemoryStream as mail attachment
            Asked 2020-Jan-29 at 17:39

            I am exporting a FastReport as PDFFile using TfrxPDFExport. I made a function that returns me a PDF as IStream:

            ...

            ANSWER

            Answered 2020-Jan-29 at 17:39

            You do not need to save the TMemoryStream to a file just to attach it to an email. Indy's TIdMessage component is flexible in the types of data you can attach to it.

            For instance, Indy has a TIdAttachmentMemory class you can use, eg:

            Source https://stackoverflow.com/questions/59967551

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install FastReport

            FastReport can be compiled from sources or installed from NuGet packages.

            Support

            To edit reports, we made a special report designer build - FastReport Designer Community Edition. The program is intended for use in the Windows operating system and contains all the limitations of the Open Source version. We do not supply the source code of the editor because it is part of the commercial product FastReport .NET. Publishing this program is our good will and our wish. The MIT license does not cover its source code.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Dashboard Libraries

            grafana

            by grafana

            AdminLTE

            by ColorlibHQ

            ngx-admin

            by akveo

            kibana

            by elastic

            appsmith

            by appsmithorg

            Try Top Libraries by FastReports

            FastReport.Documentation

            by FastReportsHTML

            FastReport.VCL.RES

            by FastReportsShell

            FastReport.Compat

            by FastReportsC#

            FastReport-Cloud-Java

            by FastReportsJava

            FastReport-Cloud

            by FastReportsC#