Version 2025.1 introduces a new application to demonstrate the capabilities of FastReport VCL, expands the component library, and improves the report designer and export filters.
The object WebReport from FastReport .Net use jQuery library. You already can use this library in your own project.
To avoid duplication of boot scripts and styles jQuery to the client browser when working with markup Razor, you need to use the following lines in_Layout.cshtml:
@WebReportGlobals.ScriptsWOjQuery() @WebReportGlobals.StylesWOjQuery()
instead of the others, which include all jQuery files: @WebReportGlobals.Scripts() @WebReportGlobals.Styles()
You need to set the property ExternalJquery = true (default false) when you working with ASPX markup. more...
We often use zebra striping of table data for easy viewing the reports. Highlighting even rows is good for viewing but they look strange on paper or in Excel table. FastReport users have two methods for using highlighting only in preview window.
Method #1
You need to open report in the Designer and open the Style Editor from Report-Styles menu. Then we add a style with name "EvenRows" and set needed background color for even lines. Then you need to set a band property EvenStyle = EvenRows. more...
1. Improved integration with FastReport: reports now use grid highlights and style. Fixed cell autosize options: adjust width, adjust width with restrictions and adjust height.
2. Added FireDac support.
3. Extended scripting abilities:
a. «Calc all cells» option –to build calculated measure for empty cells (which does not have records in source dataset),
b. calculate totals with script,
c. “FormulaDetail” aggregate - calculate measure values on source data (not on other measures).
4. Copy to clipboard now copies headers.
We have released FastReport .Net 2013.2 with MVC support. And I'd like to inform all WebReport developers about some changes.
First. An extension of the handler in web.config was changed. You need replace old string «FastReport.Export.aspx» to new string «FastReport.Export.axd» everywere. Web application without these changes will throw an exception and you will see text with error and instructions for changes in web.report. more...
We glad to inform you about new version of FastReport.Net with support MVC is one of the most modern technology for web development. MVC is available in Win+WebForms and Professional editions. Read our blog to get more information. Besides, we added Google Drive for saving your reports to the cloud.
+ added support of ASP.NET MVC framework (ASPX, Razor) in WebReport+ added new demos using WebReport in MVC - \Demos\C#\MvcDemo, \Demos\C#\MvcRazor+ added save in cloud Google Drive from preview+ added Greek localization* IMPORTANT! changed extension of WebReport handler (from FastReport.Export.aspx to FastReport.Export.axd), please check existing web.config- fixed bug in Dropbox export when Application Key and Secret- fixed bug in Dropbox with NullReferenceException- fixed bug with encoding when importing dDase file of Map in DBX export- fixed excel numeric formats bug- fixed bug with broken formats after matrix optimization in Excel 2007 export- fixed bug with font transparency of empty cells in Excel 2007 export- fixed bug with cell duplication on merged cells in Excel 2007 export- fixed bug with embedding of monospaced fonts in PDF and XPS exports- fixed bugs in WebReport with styles- fixed bug with WebReport.RepotDone- fixed bug with MasterPages in WebReport- fixed bug with printing chart legend- fixed bug in PictureObject