StimulReport.Net version 2007.1 changes.

Stimulsoft Reports.NET discussion
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport.Net version 2007.1 changes.

Post by Edward »

Add: static property StiOptions.Designer.AllowSaveToAssembly
Add: static property StiOptions.Designer.AllowSaveToSourceCode
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport.Net version 2007.1 changes.

Post by Edward »

Add: Pdf export improved. Resulted file size is decreased.
Add: VistaDb data adapter
Add: Ability create report in new application domain
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport.Net version 2007.1 changes.

Post by Edward »

Add: Now in report tree you can remove components with the delete key
Add: Now in report tree you can multi select components with control or shift keys
Add: New Overlay band
Add: Export to excel is improved, now ExcelValue expression supports currency values, also the HideZeros property is supported
Add: The PreviewMode property of a report now can has the DotMatrix value
Add: You can predefine encoding for the Dot-Matrix mode in the StiOptions.Preview.DotMatrixWindow.DefaultEncodings static property.
Add: The Open button is available in the dot-matrix preview mode.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport.Net version 2007.1 changes.

Post by Edward »

Add: Pdf export now supports transparency.
Add: Export to Excel Xml is improved.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport.Net version 2007.1 changes.

Post by Edward »

Add: Inheritance of the reports.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport.Net version 2007.1 changes.

Post by Edward »

Add: Work of WebViewer is improved.
Add: New property ToolbarAlignment was added to the WebViewer.
Add: New property RenderMode was added to the WebViewer component.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport.Net version 2007.1 changes.

Post by Edward »

Add: PrintIfEmpty property to Cross-Tab component.
Add: New component Hierarchical Band.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport.Net version 2007.1 changes.

Post by Edward »

Add: Export Each Page to Sheet property in the Export to Excel.
Add: ExcelSheet property to the Page component, now you can specify Excel Sheet of report page
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport.Net version 2007.1 changes.

Post by Edward »

Add: Two new aggregate functions MinDate and MaxDate.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

StimulReport.Net version 2007.1 changes.

Post by Edward »

Add: A set of functions for calculation of the total in events, scripts and expressions.
Following lines shows how functions can be called:
Totals.Sum(YourDataSource, expression),
Totals.Sum(YourDataBand, expression).

Functions can be passed as the DataBand and GroupHeaderBand argument.
Post Reply