|
Navigation
|
|
| Stimulsoft Reports.Net 1.50. Released 07-Feb-06. |
ADD: The StiReport component is reprocessed for full operational
capability in Visual Studio.Net. Methods for attaching data to the report,
report designer call, report wizard and rendered report viewing without
VisualStudio.Net quitting is added.
ADD: New Developer FAQ.
ADD: Live Demos, which demonstrate ability of the report generator, are
added.
ADD: The ZipCode component is added.
ADD: Translation the interface into Czech, Lithuanian is added.
ADD: The following BarCodes such as Code93, Code93Extended, Postnet,
Plessey, Msi are added.
ADD: The HorAlignment property for the BarCode component is added. This
property controls of the BarCode alignment by the width.
ADD: The VerAlignment property for the BarCode component is added. This
property controls of the BarCode alignment by the height.
ADD: The Angle property for the BarCode component is added. This
property controls of the BarCode rotation.
ADD: The new StiPage.Border property is added. This property allows to
specify the page border.
ADD: The new StiPage.LargeHeightFactor property is added. This property
indicates how many times does the page size should be increased while using the
LargeHeight property.
ADD: The special application for fast installation/deinstallation of
assemblies of the report generator in GAC, and for fast call of NGEN for
assemblies of the report generator is added.
ADD: The ability the WebViewer localization is added. In the
StiWebViewer.LocalizationFile property you may specify the path to the file of
localization.
ADD: The new property StiWebViewer.UseCache is added. If this property
is false then the report cannot be saved in cash for subsequent extraction.
ADD: The new StiWebViewer.ButtonImagesPath property is added. This
property allows you to indicate for the report generator the path to the icons
of the toolbar. If this property is empty then images will be transmitted
dynamically while displaying a page.
ADD: The new StiReport.Dictionary.Restrictions property is added. This
property allows to you set restrictions on operations with elements of the
dictionary. For example, to restrict the column editing add the following code:
Restrictions.Add("Customers.CustomerID", StiDataType.DataColumn,
StiRestrictionTypes.DenyEdit).
ADD: The new StiEnumerableToDataSet.PropertiesProcessingType property is
added. The new property allows to control of visibility of properties of
business objects which are marked as Browsable(false) attribute.
ADD: Verification of the Browsable attribute for business objects is
added. Properties which are marked as Browsable(false) cannot be used in the
report.
ADD: The ability to load report assembly from stream is added. For this
purpose use the StiReport.GetReportFromAssembly.
ADD: The new StiOptions class is added. In this class, for convenience,
a lot of parameters for the report generator are assembled.
ADD: The text rotation (0, 90, 270 degrees - MS-Word restriction) in the
rtf export is added.
ADD: The Unicode in the rtf export is added.
ADD: The Arabic language support is added to the pdf export.
ADD: The ability to convert standard digits into Hindi digits. The
StiOptions.Export.Pdf.ConvertDigitsToArabic property is used for this purpose.
In addition you can specify which of two variants of digits (standard and
eastern) must be used while converting. The
StiOptions.Export.Pdf.ArabicDigitsType property is used for this purpose.
ADD: The new StiPreviewCotrol.PrintingDocument statistic event. This
event allows you to control of printing from the window of preview.
UPD: The Date system function is substituted for Today. The Date
function also exists.
UPD: The blocking of the assembly file after report compilation is
removed. Now this file can be deleted or overwritten without application
rerunning right after the compilation.
UPD: The StiWebViewer is reprocessed. The button for printing a report
(export to pdf) and the button for saving a report are added.
UPD: The BarCodeType property of the BarCode component is completely
reprocessed. All errors are checked.
UPD: There is no longer restriction on using both grouping and columns
on the band in the AcrossThenDown mode together. The report which shows how to
use grouping with columns (SimpleGroup with Columns) is added.
UPD: When setting PrinterSettings PaperSource, Duplex, and Collate are
additionally considered.
UPD: Correction of the function of the automatic change of a size.
UPD: The WinControl component output is improved.
FIX: Export of images to rtf - size, background filling etc is fixed.
FIX: Problem with the PropertyGrid localization is fixed.
FIX: In some reports the HeaderBand was ignored. Now this problem is
fixed.
FIX: The problem of compound reports compilation is fixed.
FIX: Incorrect building of Clone components is fixed.
FIX: Auto synchronization and calculated columns are corrected.
FIX: The error in StiReportResponse.ResponseAsPdf method is checked.
FIX: The error in Open Page command in the Report Designer is checked.
FIX: Some bugs in UserSource.
FIX: Small bugs.
|
| |
| Stimulsoft Reports.Net 1.40. Released 09-Dec-05. |
ADD: Special pack for each version of .Net Framework: .Net Framework
1.0, .Net Framework 1.1 and .Net Framework 2.0.
ADD: The new StiCrossTab component. This component allows you to create
compound cross reports quickly. In the Demo application a lot of samples of how
to use this component are represented.
ADD: The new StiEmptyBand band. When printing, this band fills the empty
space on a page. EmptyBand fits you for rendering reports - typographical forms
as an example. In Demo you will find the category of reports created with use
of Reports with EmptyBands. Reports of this category show the new EmptyBand
band usage. And also show the PrintAtBottom category usage.
ADD: Export to Csv of a rendered report is added.
ADD: New property PrintAtBottom. This property allows you to print
data footers or footers of grouping on the bottom of a page. The property is
added to GroupFooter and Footer bands.
ADD: New property StiText.AutoWidth. This property is created for
correct processing of text component size changing.
ADD: New property StiShape.Style. This property is used for
identification of Shape components border style.
ADD: New property PrintOnEvenOddPages. The StiHeaderBand,
StiFooterBand, StiPageHeaderBand and StiPageFooterBand are added. The property
controls of bands printing on even and odd pages.
ADD: New property StiText.RenderTo. In this property the Text
component is specified. In the Text component the text that was not put in the
current Text component will be output. Documentation is updated.
ADD: New property StiPage.PrintOnPreviousPage. The value of this
property specifies that the page will be rendered starting with the free space
of the previous page.
ADD: New property PrintIfEmpty. StiReportTitleBand and StiSummaryBand
properties are available. The value of this property specifies whether bands
will be output even if there are no data on a page.
ADD: The new Page Size function in the window of preview. This function
allows you to change parameters of a page directly in the window of preview.
ADD: Translation the interface into German, Spanish, Spanish (Latin
America) is added.
ADD: The new StiReport.CacheAllData property is added. If to set this
property in true then all data, before rendering, will be loaded in one
DataSet. This allows you to create relations between data of different sources.
ADD: The new StiReport.ConvertNulls property is added. The property
indicates whether it is necessary to convert null and DBNull values in values
by default.
ADD: The system queries are updated. The new ReconnectOnEachRow property
is added into all sql data sources. If to set the value of this property in
true then, before rendering of each new group in Master-Detail reports, data
source will be renewed.
ADD: In the window of new connection with the data base a new ability to
verify connection is added.
ADD: In Rtf export some parameters of compatibility for more correct
text output are included.
UPD: After export to Rtf the document is opened in the page layout mode
by default.
ADD: The following report samples: Multi-Column Group, Master-Detail
with Null Height.
UPD: Work with the data dictionary is updated. The Dictionary bookmark
is removed. All functions now can be found in the Dictionary docking window.
UPD: Improved the speed of report rendering.
UPD: The formation of names relations is changed.
UPD: When importing the scheme, adding the scheme, adding the dictionary
and synchronization names of data and relations are checked on duplicates. If
duplicates of names are identified then names correction occurs.
UPD: Added support a text angle in exporting to PDF.
UPD: Tree of bookmarks support is added in PDF.
UPD: Hyperlinks support is added in PDF.
UPD: Drag&Drop full support in the text and expressions editor is
added.
UPD: Redesign the window of editing the highlight condition.
UPD: The system of work with data is updated. Now filters and sorting
can be applied to the data source of any type.
UPD: Improved export to txt.
UPD: Simplified the interface of all exports.
UPD: Work with images, primitives and RTF objects in all exports is
updated.
FIX: The PrintIfEmpty property .
FIX: The error of closing the report designer while opening another
report.
FIX: Incorrect sorting in columns with names with blanks is fixed.
FIX: Incorrect saving of DESC sorting is fixed.
FIX: The error when quitting the repot designer in .Net 2 is fixed.
FIX: Incorrect work of the DockStyle toolbar is fixed.
FIX: There was incorrect exporting of a page with landscape orientation
in the Rtf.
FIX: In Rtf export the calculation of the frame size in the Frames
mode is fixed.
FIX: Improved the export to Rtf.
FIX: Incorrect view of data sources from XML Database is fixed.
FIX: Incorrect report loading with custom border color is fixed.
FIX: Incorrect StiCounterText component output.
FIX: Error of compilation when using the VB.Net as a script language
jointly with the RichText or multiline text objects.
FIX: Error of the MasterComponent property setting of the PropertyGrid
is fixed.
FIX: Incorrect rendering of the tree of bookmarks in the window of
preview.
FIX: Small bugs.
|
| |
| Stimulsoft Reports.Net 1.31. Released 19-Oct-05. |
ADD: The following hotkeys are added in to the Designer: Control + B
bold font, Control + I italic font, Control + U underlined font, Control +
L align left, Control + E align center, Control + R align right, Control
+ J align width, Control + - decrease font size, Control + + increase
font size.
UPD: Improved the filter.
UPD: Improved the selected focus move with use of arrow keys.
UPD: Improved the text search in the window of preview. The Match Case
and Match Whole Word options of search are added.
UPD: Small improvements.
FIX: Incorrect work of groups with KeepGroupTogether flag.
FIX: Incorrect report rendering with use of cloning is fixed.
FIX: Incorrect work of the Shift function is fixed.
FIX: Incorrect output of a component in the Properties docking window
when running the Designer.
FIX: Small bugs.
|
| |
| Stimulsoft Reports.Net 1.30. Released 10-Oct-05. |
ADD: New reports creation in the Designer is completely updated. Now you
can choose four ways of report creation. They are: a blank report, a report,
based on template, a report creation with use of master of report creation and
previously saved report loading.
ADD: Stimulsoft Reports.Net is translated into French, Italian and Portuguese
(Brazil) languages.
ADD: The first part of documentation with description of report creation
is added.
ADD: New text editor, code editor, expressions editor, and sql queries
editor. Syntax highlighting, outlining and many other features are supported.
ADD: New ability to calculate totals in a column is added. For this you
should put a new component with an aggregate function in the ColumnHeader band
or the ColumnFooter band.
ADD: New ability Quick Info is added to output various information about
components. Due to this feature editing in the Designer has become quicker and
handy. The control button with the new feature can be found on the toolbar
Standard.
ADD: Now Stimulsoft Reports.Net supports WYSIWYG for the text. For control use
the WISIWYG property of the Text component.
ADD: New property StiReport.ReportDataSources. Using this property you
can add data sources for the report directly to VisualStudio.Net.
ADD: A few report templates are added to Demo.
ADD: Export to XML format of a rendered report is added.
ADD: When exporting reports to PDF format, national symbols are
supported.
ADD: When exporting reports to PDF format, Unicode support (Acrobat 5
and higher) is supported.
ADD: A PDF file packing is added.
ADD: In the export dialog, the option for using only built-in fonts of
PDF is added.
ADD: A new ability to build in fonts being used into the PDF file.
ADD: A new ability to drag the data source from the data dictionary on a
page is added.
ADD: Now for creating components you can drag a component from the
toolbar on a page or on form.
ADD: Export from the window of preview is updated.
ADD: New property StiReport.ManualBookmark. This property allows you
to build a tree of bookmarks by custom.
ADD: New property StiPage.LargeHeight. Using this property you can set
a very big height for a page in the Designer. This allows you to put maximal
number of bands on a page when report designing.
ADD: New static property StiDesigner.DontAskSaveReport. If to set this
property in true then when you exit the designer the save dialog box will not
be displayed.
ADD: Three new static events StiDesigner.LoadingDesigner,
StiDesigner.ClosingDesigner and StiDesigner.ClosedDesigner are added.
ADD: New property StiWebViewer.RtfCodePage. This property allows to
specify the code page for the Rtf export.
ADD: New property StiWebViewer.PdfEmbeddedFont. This property controls
of fonts inclusion in to the PDF file.
ADD: New property StiWebViewer.PdfStandardFonts. This property
controls of using standard fonts in the PDF file.
ADD: New events ColumnBeginRender θ ColumnEndRender. ColumnBeginRender
occurs when the column rendering starts. ColumnEndRender occurs when the
column rendering finishes.
ADD: The new Auto Connect in Designer property into options of Designer
is added. This property controls of automatic connection with data.
ADD: The new Show Used Objects is added. This property controls of
highlighting of objects used in the dictionary designer.
ADD: New static property StiConfig.DefaultReportConfigPath. This
property allows you to specify the path for saving report configurations.
ADD: New static property StiDesigner.DefaultDesignerConfigPath. This
property allows you to specify the path for saving designer configurations.
ADD: New static property StiDesigner.DefaultDockingPanelsConfigPath.
This property allows you to specify the path for saving docking panels
configurations.
ADD: New button to Dictionary Designer Export Xml Data. It allows you
to save all data from the dictionary as Xml files.
ADD: Automatic calculation of a check digit on EAN-8, EAN-13, UPC-A
bar-codes.
UPD: Attention! Stimulsoft Reports.Net is no longer supports modifiers.
Modifiers can be automatically removed from a report while loading. All reports
with use of the CompleAllIfCompleteThis modifier will work without correction.
UPD: Attention! A new principle in the CopyStyle tool work. Now you
should select a component for copying style and then choose the CopyStyle tool.
After this you may copy the style for other components.
UPD: Improved the HTML export compatibility with the FireFox browser.
UPD: Improved the HTML export in the span mode.
UPD: The View Data function in the data dictionary is updated. This
function displays data from all data sources except the UserData.
UPD: Overall optimization of a report generator work with memory.
UPD: The system of a size control and component position using cursor
keys is improved. Now when you hold down the Control key the position of a
component is being changed by one grid spacing. When you hold down the Shift
key the component is being scaled up or down by one grid spacing. When you hold
down both Control and Alt keys the position of the component is being changed
by one lower-range value of a unit. When you hold down both Shift and Alt keys
the component is being scaled up and down by one lower-range value of a unit.
UPD: Resize and repositioning via using mouse is improved. Now, if to
click and hold down the Alt key, then the size and position will be changed,
and alignment to grid will be ignored.
UPD: Now there is no need to call the ScriptUpdate method. This method
is called automatically before compilation.
UPD: Now for creating components you can drag a component from the
toolbar on a page.
UPD: Corrected the report generator work in multithread environment.
UPD: Updated page size setup when printing.
UPD: Improved the StiLogService service. Now it records logs in Trace.
The speed of work is improved.
UPD: Improved the conversion of one type of data into the another one in
the data dictionary.
UPD: Improved null values or DBNull values processing in the data
dictionary.
FIX: Incorrect calculation of control sum in Code128 bar-codes.
FIX: Incorrect rendering of nested groups, sometimes.
FIX: Incorrect work of the HideZeros property and report export into
other formats.
FIX: Report creation from the compiled assembly in Asp.Net.
FIX: Problem with saving the value of the PrintIfEmpty properties of the
Footer and ColumnFooter bands.
FIX: Incorrect calculation of the Column system variable when column in
the DownThenAcross mode output.
FIX: Repaired error in the StiCheck component work.
FIX: Incorrect behavior of the editor of the SystemText component.
FIX: Problem of incorrect output of properties in Properties after zoom
has been changed.
FIX: Problem of incorrect selection after copying components while
holding down the Control key.
FIX: Problem of incorrect dialog boxes height of a report when XP themes
are turned on.
FIX: Problem with a report loading. In the BeginRenderEvent event of a
report, after a new report has been loaded, a script remained.
FIX: Bugs.
|
| |
| Stimulsoft Reports.Net 1.23. Released 12-Jul-05. |
ADD: New StiBarCode component. BarCode types such as EAN-8, EAN-13,
UPC-A, UPC-E, UPC-Sup2, UPC-Sup5, 2 of 5 Standard, 2 of 5 Interleaved, Code 39,
Code 39 Extended, Codabar, Code 128a, Code 128b, Code 128c, EAN 128a, EAN 128b,
EAN 128c are supported. In next versions other BarCode types will be added.
ADD: New report in Demo BarCodes.
ADD: A unique ability to localize reports. See the new project -
GlobalizedReport.
ADD: New StiComponent.Alias property. This property allows to set alias
for all components (including pages). This alias will be output everywhere
instead of component name. This allows to make report more readable.
ADD: Two new static events StiPage.PagePaint and StiPage.PagePainted.
These events are called before and after painting of a page.
ADD: New template Copyrights. This template illustrates how, using new
static events, to output copyright on a page.
ADD: New export in Windows Metafile format.
ADD: New options of component markers output are added.
UPD: Now when Shrink and Grow functions are in process invisible
components are not taken into calculation.
UPD: First report launch time is reduced.
UPD: General optimization of the report generator.
UPD: New mode of positioning components in a band. Now, if the component
intersects with the band it is considered to be positioned on the band. This
allows to escape several mistakes in work with designer.
FIX: Work with bulk of pages in designer is accelerated.
FIX: The problem of saving docking windows configuration is remedied.
FIX: The problem with export of text blocks with fractional font size in
rtf format is remedied.
FIX: The problem of saving colors adjusted by a user in a file of a
report is remedied.
FIX: The problem of manual input of color components is remedied.
FIX: The problem with export of images in html format is remedied.
FIX: The problem with incorrect synchronizing of sql data sources.
FIX: Bugs.
|
| |
| Stimulsoft Reports.Net 1.22. Released 20-Jun-05. |
ADD: Asp.Net support. Now you may use all the power of Stimulsoft Reports.Net
for building reports in Web. Use new WebControl for viewing reports
StiWebViever. You may see
Online Demo.
ADD: New sample project WebDemo. The sample shows how to use
Stimulsoft Reports.Net for biulding reports for Asp.Net.
ADD: New report component - WinControl. It allows to arrange and adjust
in the report any Windows Forms control and outtype it.
ADD: New sample project WinControl.
ADD: No limit for the amount of designers being run. No limit for
reports being simultaneously edited.
ADD: New mode for export into Html using table.
ADD: New property StiClone.ScaleHor.
FIX: Bugs.
|
| |
| Stimulsoft Reports.Net 1.21. Released 08-Jun-05. |
ADD: New static property - StiDesigner.DontSaveDesignerConfig.
ADD: New static property - StiDesigner.DontSaveDockingPanelsConfig.
ADD: New static property - StiDesigner.ShowPreviewInMdi.
ADD: Parameters in sql query.
ADD: New property StiSqlSource.ConnectOnStart.
ADD: New static property - StiDesigner.DesignerWindowState.
ADD: New static property - StiPreviewForm.PreviewWindowState.
ADD: New static property - StiReport. HideExceptions. If to set false
for this option then the report generator exceptions will be shown.
ADD: New Property StiReport.PreviewForm.
UPD: Improved Variable Editor, Column Editor, DataSourceEditor.
UPD: Improved component - StiImage.
UPD: Improved export to Pdf.
FIX: Problem with emf/wmf format. Now all image in metafile format
display as metafile.
FIX: Bugs.
|
| |
| Stimulsoft Reports.Net 1.20. Released 23-May-05. |
ADD: New ability to build dialog forms directly in the report designer.
Use of Grid, Label, TextBox, GroupBox, Button, RadioButton, CheckBox, ListBox,
ComboBox, CheckedListBox, DateTimePicker, NumericUpDown, PictureBox and Panel
controls is available.
ADD: Export in Adobe Pdf format is added.
ADD: Ability to edit reports in Table Mode. This mode allows editing
reports as tables.
ADD: New mode to show grid. For switching use Options of the Report
Designer.
ADD: Tab Preview in the Window of Designer.
ADD: Tab Dictionary Designer in the Window of Designer.
ADD: New samples of a report.
ADD: New examples of applications.
ADD: Virtual tables.
ADD: Support Visual Studio 2005 Beta 2.
ADD: Full support of ITypedList.
ADD: Calculated columns.
ADD: New Property - StiImage.Image. This property allows saving a
picture in the body of a report template.
ADD: New Property - StiComponent.Shift. This property allows to control
of the component shift.
ADD: New Property - StiComponent.GrowToHeight. This property allows to
control of the object height so as its bottom margin is always to be the bottom
margin of container in which this component is positioned.
ADD: New Property - UseLastFormat in Designer options. If the property
is switched on then, when creating a new component, it has the format of the
previous component.
ADD: New Property - StiMainMenuService.MainMenuType. This property
allows to setup main menu in the Report Designer.
ADD: New Property - StiDataBand.CalcInvisible. Depending on the value of
property, rows which were hidden while aggregate values calculation can be
either taken or not.
ADD: New Property - Visible for all objects of a dictionary such as
DataSource, DataRelation, Column and Variable.
ADD: New Property StiRichText.BackColor.
ADD: New Property StiReport.PreviewControl.
ADD: New static property - StiReport.HideMessages. If to set true for
this option then the report generator messages will not be shown.
ADD: New static property -
StiPropertyGridLocalizationService.AlwaysLocalize.
ADD: New static property - StiConfig.AutoSynchronizing. It allows
turning on/off automatic synchronization of configuration. Attention! If you,
when configuring, used removal of services from configuration then set False
for this property. It is recommended that instead of removal of service from
configuration it is better turn off service using ServiceEnabled.
ADD: New static property - StiDictionary.AutoSynchronizing. It allows to
control of automatic synchronization of a data dictionary and data store.
Synchronization starts right after the Designer is run and, also, after a
report is loaded in the Designer.
ADD: New static property - StiDictionary.RemoveUnused. It allows to
control of automatic removal from dictionary of data unused. Removal occurs
right after the Designer is closed.
ADD: New static events - StiDesigner.SavingReport,
StiDesigner.LoadingReport, StiDesigner.SavingPage, StiDesigner.LoadingReport.
These events allow to intercept save and load report events or save and load
current page events.
ADD: New static events - StiPreviewControl.SavingDocument,
StiPreviewControl.LoadingDocument. These events allows to intercept save and
load document events.
ADD: Ability of component navigation on a page. For this use cursor
keys.
ADD: When you press Enter key, the selected component converts the
selected component of the Text type into the mode of editing on a page.
ADD: When both Enter and Control keys are pressed it runs the Designer
for the selected component by default.
ADD: Tools setup.
ADD: Highlight of components which have events.
ADD: Show events in the Report Tree.
ADD: The ability to print a report without dialog box calling is added.
ADD: The service StiMainMenuService is updated. Ability to control of
all main menu elements visibility in the Report Designer.
ADD: All services of the Toolbar are updated. Ability to control of
visibility of all buttons of every toolbar.
ADD: The service StiPropertyGridEventsTabService is added. It allows to
control of visibility of Events bookmarks of the PropertyGrid panel.
ADD: The statistic method StiConfig.Restore is added. It allows
restoring configuration by default.
ADD: The static method StiConfig.Synchronize is added. It allows
synchronizing configuration.
UPD: FAQ update.
UPD: The service StiDesignerConfigService is updated. Properties serve
to control of Preview and Dictionary Designer bookmarks.
UPD: Variable may create without creation of Category.
UPD: Improved Services Configurator. Ability to synchronize services is
added.
UPD: Improved PreviewControl.
UPD: Improved expression editor.
UPD: Improved SubReport.
UPD: Improved Dictionary Designer.
UPD: Improved DataSource Edit.
UPD: Improved SubReport.
UPD: Improved rtf export. RichText is exported as rtf object.
UPD: Improved the system of report building.
UPD: Improved the system of print.
UPD: Improved the system of events calling.
UPD: Improved Designer velocity.
FIX: Bugs.
|
| |
| Stimulsoft Reports.Net 1.06. Released 11-Feb-05. |
ADD: New window DataBand for edition which contains ability to edit
DataSource, DataRelation, MasterComponent and Sort.
ADD: Method StiDictionary.Synchronize allows to synchronize the content
of the DataStore and Dictionary.
ADD: Oracle support (only for .Net 1.1).
ADD: Odbc support (only for .Net 1.1).
ADD: Firebird Database support (on Firebird .NET Data Provider).
ADD: New Properties ShowDictionary, ShowConfigurator, ShowDataStore,
ShowModifiers, ShowPagesManager.
ADD: StiMainMenuService controls of Designers main menu.
ADD: New menu item in the Designer View.LockDockingPanels.
ADD: New menu item in the Designer View.Toolbars.OrderToolbars.
ADD: Capability to add components into the report by Double Click on
fields in Dictionary.
UPD: Improving ReportTree Window.
UPD: Improving Dictionary Window.
UPD: Improving DictionaryDesigner.
UPD: Updated methods of export.
FIX: Edit Category.
FIX: Localizing Preview Window.
FIX: Small bugs.
|
| |
| Stimulsoft Reports.Net 1.05. Released 01-Feb-05. |
ADD: New Property StiDesignerConfigService.CodeTabVisible. It allows
hiding tab «Code» from designer.
ADD: New bookmark in the data dictionary - Databases.
ADD: Ability to create Connection with the database directly from the
report into the runtime.
ADD: Ability to load data which are stored in the file with XML format
directly from the report into the runtime.
ADD: OleDb support.
ADD: New Property StiRichText.DataColumn.
ADD: QuickButtons.StiRichText.
ADD: QuickButtons.StiImage.
ADD: Drag&Drop support to Services Configurator.
ADD: Drag&Drop support to Report Tree Panel.
UPD: Improving Dictionary Designer.
UPD: Improving selection in Designer.
UPD: Improving dialog - DataSourceSelect.
UPD: Method StiReport.Reset rename to StiReport.Clear.
FIX: Small bugs.
|
| |
| Stimulsoft Reports.Net 1.04. Released 19-Jan-05. |
ADD: New StiGlobal class - its allows simple using of external classes
in report script.
ADD: New StiSqlAdapter, method RegData was updated - RegData(string
name, SqlConnection connection).
ADD: Improved work with data. Now if the described relation is not
present in DataSet then it will be created.
ADD: Copying component when moving with pressed Control key.
ADD: New StiConfig class, properties - StiReport.Services,
StiReport.DontSaveConfig, methods - StiReport.SaveConfig, StiReport.LoadConfig,
events - StiReport.SavingConfig, StiReport.LoadingConfig, moved to StiConfig
class.
UPD: Panel Toolbox replace by toolbar Toolbox.
FIX: Bugs with drawing UI in Designer.
FIX: Bug in StiCodeDomeSerializator.
FIX: Small bugs.
|
| |
| Stimulsoft Reports.Net 1.03. Released 13-Jan-05. |
ADD: New feature of rendering columns in band direction, Property
ColumnDirection.
ADD: New property - StiPage.ColumnGaps.
ADD: New property - StiPage.ColumnWidth.
ADD: New Property - StiDataBand.MinRowsInColumn.
ADD: New property - StiImage.Smoothing.
ADD: New property - StiDataBand.ColumnGaps.
ADD: New property - StiDataBand.ColumnWidth.
ADD: New static property - StiReport.DontSaveConfig.
ADD: New static event - StiReport.SavingConfig.
ADD: New static event - StiReport.LoadingConfig.
ADD: QuickButtons to StiSystemText.
ADD: Features resize components with cursor keys and Shift key.
ADD: Features move components with cursor keys and Control key.
ADD: Propery HideDuplicates rename to MergeDuplicates, component
StiText.
ADD: Methods to control zoom of StiPreviewControl : SetZoomPageWidth,
SetZoomOnePage, SetZoomTwoPages, SetZoomMultiplePages.
UPD: New sample reports to Demo.
UPD: Change BegoreRender Event order for Page.
UPD: Improve DataStore.
UPD: Improve Dictionary.
UPD: Improve Relations Import.
UPD: Increased speed of building Thumbs and decreased memory size of
Thumbs view in Preview Window.
UPD: Improve DataSource select Dialog Box.
UPD: Now PropertySort saves in config.
FIX: Small bugs in KeepTogetherDetail.
FIX: Small bugs in function Line.
FIX: Small bugs in SystemVariables.
FIX: Bugs with events OnRendering, OnBeginRender and OnEndRender of
class StiReport.
FIX: Bug with Thumbs panel hide.
FIX: Bug with print.
FIX: Bug with totals calculation on MasterDetail.
FIX: Small bugs.
|
| |
| Stimulsoft Reports.Net 1.02. Released 03-Jan-05. |
ADD: HeaderStartColor, HeaderEndColor in StiBand.
ADD: New component - StiChildBand.
ADD: New property - StiDataBand.Columns.
ADD: Tip of the Day.
ADD: Quick Buttons.
ADD: New property - StiClone.ScaleHor.
ADD: Russian localization.
UPD: Some improvements Export to HTML.
UPD: Improve DataRelation generation to code.
FIX: Small bugs in StiPreviewControl.
FIX: Small bugs in MasterDetail-Subdetail.
FIX: Small bugs in Page Columns.
FIX: Export to HTML.
|
| |
|
Stimulsoft Reports.Net 1.01. Released 14-Dec-04. |
ADD: Samples of using Stimulsoft Reports.Net.
ADD: Functionality in Dictionary.
FIX: Small bugs.
|
| |
|
Stimulsoft Reports.Net 1.00. Released 10-Nov-04. |
| First release. |
| |
| First release. |
|