Page 2 of 3
StimulReport.Net version 2007.1 changes.
Posted: Thu Dec 28, 2006 8:41 am
by Edward
Add: static property StiOptions.Designer.AllowSaveToAssembly
Add: static property StiOptions.Designer.AllowSaveToSourceCode
StimulReport.Net version 2007.1 changes.
Posted: Thu Jan 04, 2007 8:43 am
by Edward
Add: Pdf export improved. Resulted file size is decreased.
Add: VistaDb data adapter
Add: Ability create report in new application domain
StimulReport.Net version 2007.1 changes.
Posted: Tue Jan 09, 2007 10:02 am
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.
StimulReport.Net version 2007.1 changes.
Posted: Wed Jan 10, 2007 7:14 am
by Edward
Add: Pdf export now supports transparency.
Add: Export to Excel Xml is improved.
StimulReport.Net version 2007.1 changes.
Posted: Thu Jan 18, 2007 1:21 am
by Edward
Add: Inheritance of the reports.
StimulReport.Net version 2007.1 changes.
Posted: Mon Jan 22, 2007 5:55 am
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.
StimulReport.Net version 2007.1 changes.
Posted: Tue Jan 23, 2007 6:51 am
by Edward
Add: PrintIfEmpty property to Cross-Tab component.
Add: New component Hierarchical Band.
StimulReport.Net version 2007.1 changes.
Posted: Wed Jan 24, 2007 7:33 am
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
StimulReport.Net version 2007.1 changes.
Posted: Fri Jan 26, 2007 9:13 am
by Edward
Add: Two new aggregate functions MinDate and MaxDate.
StimulReport.Net version 2007.1 changes.
Posted: Mon Jan 29, 2007 8:51 am
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.