MindFusion.Reporting for Silverlight Programmer's Guide
Version History

The list below describes recent changes and additions to MindFusion.Reporting for Silverlight:

New in Version 1.3.1

Visual Studio 2012 support

MindFusion.Reporting for Silverlight now includes support for Visual Studio 2012. The installer can create VS2012 toolbox palette for the component, and can optionally install VS2012 sample projects.

Side-By-Side Containers

Items in the report can now be arranged parallelly by putting them inside the new SideBySideContainer report item. For example, this is useful to display two (or more) data ranges one next to the other.

Miscellaneous

New in Version 1.3

Exporting

New exporters have been added - PdfExporter and MhtmlExporter, which enable exporting to the PDF and MHTML formats respectively. For more information about the new exporter, check Exporting Reports.

New in Version 1.2

Exporting

A new exporter has been added - ExcelExporter, which enables exporting reports to the Open Office XML format. In addition, the APIs of all exporters have been unified. For more information about the new exporter, check Exporting Reports.

New and Improved Charts

The PieChart has been improved with new properties allowing additional customizations. There are also new BarChart and LineChart items. For more information about the new report items, refer to their respective topics.

New in Version 1.1.1

Several bug fixes.

New in Version 1.1

Report Viewer

Reports can now be displayed in a presentable manner using the new ReportViewer control.

New and Improved Charts

The PieChart has been improved with new properties allowing additional customizations. There are also new BarChart and LineChart items. For more information about the new report items, refer to their respective topics.

Custom Rendering of Items

Item appearance can now be modified or completely replaced through the use of the new Prerender event of the Report class. For more information, refer to Custom Rendering of Report Elements.

Miscellaneous