MindFusion.Reporting for WinForms 2.5 has been released. It adds the following new features:
Improved font supportThe Font properties of the report and various report items are now obsolete. They are replaced by FontName, FontSize, and FontStyle properties. It is now easier to change the font size or style of a label without replacing the entire label font. This way, changing the default font name will reflect on report items which have had their font size or style changed.
Improved measure unit supportChanging the measure unit of existing reports is now more fluent and does not require resizing of existing items in order to accommodate. Various properties are now expressed in millimeters and not in report units. For example, PaperSize and Margins.
New and updated samplesAll samples have been overhauled and new samples have been added to demonstrate additional features of the report.
The component is available for download here:
https://mindfusion.eu/ReportingTrial.zipThe component is also available on Nuget. To install the component, run the following command in the Package Manager Console:
PM> Install-Package MindFusion.Reporting
Additional information about the library can be found in the Online Documentation:
https://www.mindfusion.eu/onlinehelp/mindfusionreporting/index.htmEnjoy!