| New Features |
|---|
| 1. | Now you can export reports to the Microsoft XPS format. |
| 2. | Now you can export reports to the Microsoft Excel 2007 format. |
| 3. | Now export to pdf supports an image from the watermark. |
| 4. | Now export to pdf supports a gradient brush. |
| 5. | Now you can adjust image quality in the export to the Excel. |
| 6. | Now you can adjust image quality in the export to the Rtf. |
| 7. | The 'Add Page Breaks' option is added to export to the Html. |
| 8. | The 'Add Page Breaks' option is added to export to the Mht. |
| 9. | The CSV Export: The Tag property may contain the following: Column: "FieldName" "{Expression}". In this case the new "FieldName" column with {Expression} will be added. |
| 10. | New mode of export to html - Div. |
| 11. | Text export is updated. |
| 12. | Localization to Dutch is added. |
| 13. | Now the TextEditor tool supports the RichText component. |
| 14. | The new Align context menu item is added to the designer. |
| 15. | The new Size context menu item is added to the designer. |
| 16. | The special wizard is added to the operation of drag&drop of DataSource to the page. |
| 17. | The new Chart wizard is added. |
| 18. | The new Cross-tab wizard is added. |
| 19. | New abilities to edit multiple selected objects as one table. |
| 20. | Context menu items 'Send to Back' and 'Bring to Front' are replaced with the new 'Order' menu item. |
| 21. | Dimension lines to all operation of resizing and moving component in report designer is added. |
| 22. | The new RichTextBox control is added to dialogs. |
| 23. | The component System Text is merged to the Text component. |
| 24. | Now the RichText component supports the Editable property. |
| 25. | Now the CheckBox supports the Editable property. |
| 26. | New events ProcessExport and ProcessSendEMail are added to the StiPreviewControl. |
| 27. | The new StiPreviewControl.LoadPreviewControl static event. |
| 28. | The new EmptyValue property is added to Cross-Tab component. |
| 29. | The new member of the SummaryType property - None. Now you can output in Cross-Tab component not numeric values. |
| 30. | Styles to the Cross-Tab component editor are added. |
| 31. | The new HorAlignment property is added to Cross-Tab component. |
| 32. | Two new EnumeratorType and EnumeratorSeparator properties are added to the CrossRow and CrossColumn components. |
| 33. | Now the Range property is available for the YAxis at Chart component. |
| 34. | The new StartFromZero property is added to the YAxis of Chart component. |
| 35. | The new LabelsOffset property to all line series. |
| 36. | Now you can add Constant Lines to the Chart component. |
| 37. | Now you can add Strips to the Chart component. |
| 38. | The new YAxis property is added to each series. You can specify on which axis values from series will be shown. |
| 39. | The new Title property added to Chart property. |
| 40. | The new ShowInPercent property is added to Chart series labels. |
| 41. | The new ShowZeros property is added to Chart series. |
| 42. | The new PrintMode property is added to the StiWebViewer. |
| 43. | The new IBM Db2 data adapter. |
| 44. | The Sql connection string builder is added. |
| 45. | The Odbc connection string builder is added. |
| 46. | The Alias property is added to the database. |
| 47. | The LinesOfUnderling property is replaced with the LinesOfUnderline property. Using this new property you can select style of underlining. All old reports will be converted automatically. |
| 48. | The new total function - AvgDate. |
| 49. | The new NumberOfPass property is added to report. |
| 50. | New system variables: IsFirstPage, IsLastPage. |
| 51. | The PrintOn property is extended on all components. |
| 52. | The PrintAtFirstPage property is replaced with the PrintOn property. All old reports will be converted automatically. |
| 53. | Now you can hide properties from the property grid. Example: StiConfig.HideProperty('Enabled'). |
| 54. | The new Restrictions property is added to all components. Using this property you can use the StiOptions.Designer.Restrictions static options. |
| 55. | The new PaperSize property is added to the page. |
| 56. | The IsNull function is added. Example of using: IsNull(Customers, 'Name'). |
| 57. | The iif function is added. Example of using: iif(condition, value1, value2). |
| 58. | The new Double Click event added to component. |
| 59. | The new Collate property is added to the report. |
| 60. | The new StiReport.CompileReportsToAssembly static method. |
| 61. | Now you can save and load packed reports under .Net 1.1 too. |
| 62. | Now you can load packed reports and unpacked reports with the Load method of the report. |
| 63. | Now you can sort data at hierarchical band. |
| 64. | Now you can create not assigned DateTime? variables in the report dictionary. |
| 65. | The new RightToLeft property is added to the Databand. This property controls the direction of column rendering. |
| 66. | The new RightToLeft property is added to the Page. This property controls the direction of column rendering. |
| 67. | The TextOptions.Angle property of the Text component is renamed on the Angle. All old reports will be converted automatically. |
| 68. | The TextOptions.WordWrap property of the Text component is renamed on the WordWrap. All old reports will be converted automatically. |