ActiveReports

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description Script error: No such module "Unsubst". Script error: No such module "Infobox". Script error: No such module "Check for unknown parameters".Script error: No such module "Check for conflicting parameters".

ActiveReports is a .NET reporting tool used by developers of .NET (cross-platform, WinForms), and ASP.NET/JavaScript (WebForms, MVC 5, Core, Blazor) applications. It was originally developed by Data Dynamics, which was then acquired by GrapeCity, now known as Mescius. It is written in managed C# code and allows Visual Studio programmers to leverage their knowledge of C# or Visual Basic.NET when programming with ActiveReports.Script error: No such module "Unsubst".

ActiveReports allows developers to create Windows and Web applications, which allow end-users to create and/or preview complicated reports. Among the components included with ActiveReports are exports to file formats such as PDF, Excel, RTF, Word and others. ActiveReports also includes Visual Studio integrated report designer, and an API that developers use to create customized reports from a variety of data sources.

ActiveReports allows to create and work with next types of reports:

  • Section Reports with banded sections like the original ActiveReports (reminiscent of Microsoft Access reports). Really it is set of 2 similar formats (with some differences, like differences in scripts): XML-based (can be created by end-users) and CodeDOM-based (required Visual Studio).
  • Report Definition Language based report types:
    • RDL Reports with a continuous page layout like the original Data Dynamics Reports. Similar to reports from SQL Server Reporting Services.
    • RDL Multi-Section Reports - extension of RDL Reports with different page sizes.
    • RDL Dashboard Reports - web-first extension of RDL Reports to develop reports, which can be used as Dashboard.
    • Page Reports with a fixed layout for pages. Created to reproduce legacy paper forms logic.Script error: No such module "Unsubst".

ActiveReports has 2 editions: Standard and Professional (with some features unlocked).

References

<templatestyles src="Reflist/styles.css" />

Script error: No such module "Check for unknown parameters".

External links