|
Click here to download the file: ddr_1.6.1818.0.zip
|
|
Case Number
|
Case Summary
|
|
New Features
|
| 116484 |
When importing an ActiveReports report, checkbox controls are now converted into an iconset visualization to keep the output similar. |
| 116897 |
Created a diagnostic utility which can be used to determine why Visual Studio integration has failed and attempt to fix it. |
| 117668 |
Its now possible to localize the text and images of a report based on the same settings that determine what culture to use when rendering textbox formatting. |
| 119918 |
Matrices are not exported to Word as a table instead of textbox items positioned absolutely. |
| 120594 |
Developers of custom data sources can now provide their own UI that hooks into the data source/data set smart panels. See the included CSVProvider sample for an example. |
| 125619 |
A fiield containing byte array is assumed to be an image when dragging it onto the design surface. |
| 125620 |
Image report items will now identify fields that are a byte array and allow you to use a shortcut menu to use that field for the data source |
| 126296 |
Data set schemas are now retreived in the background. |
| 126339 |
It is now possible to pass the Fields collection into a custom code function |
| 126387 |
If an image is bound to an expression, that expression will be displayed in the designer instead of an empty image. |
| 126395 |
DataSet fields now default to a collapsed display when loading a report |
| 126488 |
The setup application has been redesigned and is capable of removing previously installed instances of Data Dynamics Reports automatically. |
| 126711 |
Launching help from the designer control when the host application is unmanaged no longer throws an exception. |
| 127426 |
The custom code editor now recognizes many of the intrinsic functions in VB.NET |
| 127970 |
A Verb has been added to the property grid to make it easier to open the smart panels for report items. |
| 128022 |
Made some internal changes to rendering to allow the report preview control to display the first page of a report sooner. |
| 128769 |
A command has been added to the Table data region to make it easier to add multiple columns to it at one time. |
| 129542 |
Added the option to prepend or append existing PDF documents to the PDF generated during the export of a report. |
| 129571 |
When sorting a report, the viewer control will now pick up where it was at after the report has reloaded. |
| 129687 |
Updated the CsvDataProvider sample to show how custom editors can be used. |
| 129919 |
Added the ability to be notified when the report is zoomed in or out via the mouse in the winforms control. |
| 129920 |
It is now possible to keep the contents of a table group together on a page. |
| 129956 |
Added the ability to respond to users clicking on a hyperlink in a report. |
| 130453 |
Provided an easier method of setting the format string on a textbox so end-users don't have to know .NET Format strings |
| 131344 |
It is now possible to bind a FormattedText control to a field that contains XHTML. |
| 132600 |
Implemented a new rendering extension that allows developers to render a report that is tailored for use in HTML emails. This new rendering extension is meant to be used from code and will provide a MailMessage object back that has the body filled in already. |
| 132763 |
Fixed an issue where the HTML export was always including the document map in its contents. |
| 136139 |
The context menu of the data explorer now only displays commands relevent to the item that was right-clicked on. |
| 137244 |
Several fixes have been made to reduce the memory footprint when rendering reports. |
| 140131 |
Implemented a way for a stream provider to be clean up after itself when an error occurs during rendering. This won't break existing stream providers however users may wish to use this new functionality. |
| 35876 |
Added a new sample which shows how a report wizard could be created through the Data Dynamics Reports API. |
| 76635 |
Fixed an issue where border styles weren't applied correctly to entire rows or columns. |
| 77325 |
DataSet parameters are now automatically created when using a StoredProcedure based query type with certain data sources. |
|
Fixed Issues
|
| 107186 |
Fixed an issue with underlined text not rendering correctly in the bullet graph control. |
| 107567 |
Fixed an issue where some shortcut keys weren't working in the report preview control. |
| 111765 |
Fixed an issue where a table containing images would not export to Word. |
| 118214 |
Fixed an issue where report items hidden during report processing would display the template text instead of removing them. |
| 119492 |
Fixed an issue with the way that lists with a non-constant visibility setting render. |
| 120341 |
Fixed an issue where report items in a table or matrix cell kept their position or size, report items in a cell always fill the cell. |
| 120984 |
Fixed an issue where a rectangle wouldn't split itself correctly when spanning multiple pages. |
| 124217 |
A NullReferenceException is no longer thrown when calling the designer's SaveReport method from a Form's Closing event as the application is exiting. |
| 125300 |
It is now possible to determine whether a field is missing from the dataset by examining the IsMissing property |
| 125707 |
The connection string will now always reflect the current state of the connection string property controls |
| 125785 |
Fixed an issue where an exception would be thrown if the form hosting the preview control is closed while the report is processing. |
| 126293 |
Added the capability of setting the zoom level to Auto, Two Pages, and Four Pages through the zoom property. |
| 126297 |
The designer makes better use of field type information |
| 126503 |
Fixed an issue where the report preview control was live at design time. |
| 126572 |
The custom code editor's intellisense is now aware of what assemblies are referenced and won't display members for assemblies not already referenced |
| 127093 |
The designer's credentials dialog had some cosmetic fixes applied to it. |
| 127095 |
Fixed an undo issue when an action caused a container to change its size. |
| 127106 |
Fixed an issue that could cause an exception to be thrown when using drillthrough on a chart. |
| 127109 |
Fixed an issue where a missing font would cause HTML, Word, and Excel to use a 0pt font size |
| 127118 |
Fixed an issue in the web viewer where unchecking Null on a parameter would throw an exception. |
| 127229 |
The custom code editor now recognizes many of the intrinsic functions in VB.NET |
| 127377 |
Validating a dataset will no longer remove the parameters |
| 127378 |
An exception is no longer thrown when removing data set fields or parameters |
| 127436 |
Fixed an issue where the data source credentials prompt could be hidden behind the application if the report is opened as part of the form load event. |
| 127594 |
An exception is no longer thrown when removing data set fields or parameters |
| 127645 |
Fixed an issue where the report preview control's toolbar would break if the IsTaskPaneVisible property was set to true. |
| 127657 |
When setting data source credentials it is no longer possible to have an empty prompt string when using the prompt setting |
| 127690 |
Improved handling of report parameters that have no default value |
| 127734 |
Fixed an undo issue that could result after changing the size of a Table. |
| 127985 |
The preview tab of the designer control is no longer active at design time |
| 128211 |
Fixed an issue where a report item obscured by a data region would cause the report item to be moved incorrectly in the Word export. |
| 128240 |
The designer's Report menu and Report Properties toolbar button are disabled when not in layout mode |
| 128257 |
Made additional fixes to the design time behavior of the designer control with regard to controls being live when on the form. |
| 128316 |
Fixed a rendering issue with the banded list that would occur if it contained a report item or data region that grows horizontally. |
| 128338 |
Fixed an issue with the Report Parameter smart panel |
| 128444 |
Fixed an issue where an exception could be thrown when closing certain smart panels |
| 128461 |
Fixed an issue with the use of data visualizers used in matrix or table cells |
| 128525 |
Fixed a Null Ref exception that can be thrown when dealing with content place holders and smart panels |
| 128588 |
Report validation now checks that report parameters' available and default values are set appropriately. |
| 128658 |
Fixed an issue where a table in a content placeholder did not export correctly to Word. |
| 128715 |
Fixed an issue where a table placed in a List, Rectangle, or Banded List, was not properly exported to Word. |
| 128766 |
Added a configurable per-page delay to the web viewer to give the PDF plug-in time to load the report before executing the print command. |
| 128838 |
Fixed a syntax error that would be created when importing an ActiveReports report which used parameters. |
| 128887 |
Fixed an issue with the Formatted Text control which prevented it from correctly rendering CSS classes that contained an underscore. |
| 128893 |
Fixed an issue which prevented certain picture controls from being imported from an ActiveReports report. |
| 129505 |
The field selector will now properly display Boolean field types |
| 129569 |
The designer control now exposes an IsDirty property |
| 129570 |
Fixed an issue where a column could be missing when a table is nested in another data region. |
| 129649 |
The Label Wizard has been updated with a new, cleaner, design. |
| 129692 |
Fixed a deadlock issue when disposing of the designer control in multithreaded environments |
| 130151 |
Fixed an issue where data regions nested within a table cell could cause infinite pages to be generated. |
| 130203 |
Fixed an issue where samples were missing from the sample gallery. |
| 130393 |
Fixed a spelling error in the matrix subtotal. |
| 130520 |
You can now control how images are aligned when using the FitProportional sizing option. |
| 130533 |
When nesting data regions, the designer will no longer erroneously report that report items are overlapping |
| 130535 |
Fixed an issue that would erroneously report that items are overlapping during a move operation with the mouse. |
| 130611 |
String based report parameters now have an additional attribute to allow them to display a multiline textbox suitable for entering larger amounts of text. |
| 130683 |
Report items in a container are now checked for overlapping |
| 130723 |
Fixed an issue where web viewer docking wouldn't update when the browser is resized. |
| 130726 |
Fixed an issue where images were sized incorrectly when exported to Word. |
| 130945 |
Fixed an issue that could cause table cells to not render completely if some cells spanned a page but later cells in the same row were rendered completely on an earlier page. |
| 130946 |
Fixed an issue where images placed in a Table cell with FitProportional sizing were not exported to HTML correctly. |
| 131077 |
Added better detection of circular references in expressions and made it so the viewer no longer has an unhandled exception. |
| 131106 |
Fixed an issue where new content reports didn't load correctly. |
| 131107 |
Fixed an issue that prevented the "common values" in the data explorer from being dragged into a content place holder or banded list. |
| 131133 |
Fixed an issue where a banded list group header wouldn't be rendered in the preview control under print preview mode. |
| 131168 |
Fixed a validation issue which prevent a textbox in an inner group from referring to a textbox in the group header. |
| 131237 |
Fixed an issue where a formatted text control could be rendered improperly if used within a Table. |
| 131239 |
Fixed an issue where the Data Dynamics Reports templates would not be present in the "Add New Item" dialog for a WebSite project |
| 131241 |
Fixed an issue with table group footers that could prevent them from repeating like they should. |
| 131481 |
Fixed an issue which could cause the text in a textbox to not be visible at design time if the forecolor was set to white. |
| 131604 |
It is now possible to edit the MIME Type property of an image control through the property grid and image smart panel. |
| 131605 |
Border commands are now disabled if they aren't applicable to the current selection |
| 131623 |
Fixed an issue where an invalid query error would be thrown even if no query was provided. |
| 131738 |
Fixed an issue with printing under IE8 standard mode. |
| 131791 |
The web viewer has been tested against IE8 |
| 131834 |
Fixed an issue where landscape/portrait options were ignored in the Excel transformation device |
| 131852 |
Fixed an issue which would cause the horizontal ruler in the designer to be hidden |
| 131861 |
Reports using themes no longer consume significant amounts of memory compared to not using themes. |
| 131902 |
Fixed an issue where editing some report parameters wouldn't work in the report preview control. |
| 131982 |
Fixed an issue with obfuscation that could prevent the designer or preview controls from being dragged onto a form in Visual Studio. |
| 131987 |
Fixed some performance issues that occurred when a Matrix spanned pages horizontally. |
| 132017 |
Fixed an issue where the field trays on the chart would disappear as the mouse got close during a drag operation. |
| 132117 |
Fixed an issue where resizing a table or matrix column/row would cause Visual Studio to crash. |
| 132147 |
Fixed an issue where expression shorthand couldn't be used on parameter names shorter than 3 letters |
| 132150 |
Fixed an issue where the JumpToReport action was sending old parameter values if the "Back to Parent Report" button was used |
| 132232 |
Fixed an issue where the "All Borders" command would not be available when multiple Table cells are selected |
| 132321 |
Fixed an issue where the PDF mode of the web viewer would keep changing its size as the mouse moved over it in IE8 |
| 132322 |
Fixed an issue where tooltips on the web viewer toolbar would not be displayed in IE8 and FireFox |
| 132325 |
Fixed an issue that could result in a null reference exception if a page break was used after a table has been nested within another data region. |
| 132446 |
Fixed an issue in Visual Studio where the Data Explorer would be blank after opening a report for the second time. |
| 132567 |
Links to report bookmarks that do not exists will no longer cause an exception to be thrown. |
| 132606 |
Fixed an issue where a rendering error would cause an additional null reference exception when moving the mouse across the winforms viewer control. |
| 132607 |
In cases where a report engine error causes infinite pages to be produced, the control now displays a message to the user to let them know why 50 blank pages are in the report. |
| 132618 |
Fixed an issue where some reports could cause an Index Out of Range exception when exporting to XML. |
| 132619 |
Fixed an issue where a banded list containing a subreport control would cause the report to not stop processing. |
| 132689 |
Fixed an issue where smart panel items would flicker as the mouse moves over them. |
| 132742 |
Fixed an issue where the view of the report wasn't refreshed until the horizontal scroll thumb was released. |
| 132757 |
Fixed an issue where closing the matrix group smart panel can remove a group expression. |
| 132867 |
It is now possible to set multiple default values for a report parameter that accepts multiple values |
| 133937 |
Fixed an issue where compression wasn't being applied in the PDF export. |
| 134267 |
Fixed an issue where Line controls in a page header section would not be visible in the web viewer. |
| 134300 |
Fixed an issue with rendering when there are multiple banded lists on a report. |
| 134480 |
It is now possible to debug the various events on the preview control with the integrated Visual Studio debugger |
| 134502 |
Fixed several issues with the way space collapsed when report items were hidden |
| 134760 |
Fixed an issue where the current drilldown configuration would be lost when applying a user sort. |
| 134908 |
Fixed an issue where samples in the sample gallery would fail on 64-bit machines (many of the samples use an Access database, for which no 64-bit driver exists). |
| 135106 |
Fixed an issue where the title of the HTML export didn't match the title of the report. |
| 135165 |
Fixed a regression that was present in maintenance builds that would cause the web viewer's SetReport method to not process a report correctly. |
| 135261 |
Fixed an issue that would cause an error to be displayed if a Matrix is contained within a banded list that uses a filter. |
| 135543 |
The setup application will now detect whether Visual Studio is currently running and require it to be closed before continuing to prevent issues with Visual Studio integration. |
| 135552 |
Fixed an issue where a subreport's visibility properties were not evaluated correctly if they used a report parameter. |
| 135743 |
Fixed several performance issues with the Excel transformation device. |
| 135791 |
Fixed an issue where the District Report sample was referencing the wrong image. |
| 135795 |
Fixed several issues with Expressions not being parsed correctly. |
| 135999 |
Data set parameters are no longer removed when editing an Oracle backed data set. |
| 136000 |
It is now possible to use multivalue parameters in the Oracle data provider |
| 136107 |
It is now possible to use the various Export commands as soon as a report has been opened in the winforms viewer control. |
| 136637 |
Fixed an issue where a banded list growing horizontally could cause rendering errors. |
| 136657 |
Fixed an issue that prevented a custom resource locator from being used to provide the drillthrough reports in the web viewer. |
| 136658 |
Fixed an issue where a Matrix in a banded list header was not being repeated when the header was repeated on a new page. |
| 136663 |
Fixed an issue where a localized image report item wouldn't set the default value if a localized one is set first. |
| 136665 |
Improved rendering of report items in HTML, Word, and Excel exports when the computer doing the rendering has ClearType enabled. |
| 136813 |
Fixed an issue where drillthrough hot areas were not placed properly on a PDF document. |
| 136867 |
Fixed an issue where data sets and data sources defined in a master report could be edited in a content report. |
| 137561 |
Reports using aggregates now have better performance. |
| 137691 |
Fixed an issue where adding/removing a header or footer from the banded list would throw an exception. |
| 137935 |
Reports rendering to PDF will see a significant performance improvement on multi-core computers. |
| 138028 |
Fixed a usability issue where the wrong style of combobox was used in the winforms search pane. |
| 138080 |
Fixed an issue with the way that borders on images were rendering. |
| 138134 |
Fixed several issues with licensing on Windows 7 and Windows Vista |
| 138171 |
Fixed an issue where the expression editor would insert extra spaces. |
| 138218 |
Several fixes have been made to reduce the memory footprint when rendering reports. |
| 138475 |
Several fixes have been made to improve performance of the reporting engine |
| 138570 |
Fixed a validation error which didn't recognize the Not() Intrinsic function. |
| 139103 |
Fixed an issue where certain fonts would not work in the PDF export. |
| 139172 |
Fixed an issue with the way that nullable booleans are handled in the report preview control. |
| 139744 |
Fixed an issue with the way that PDF rendering handled bidirectional text. |
| 139749 |
Fixed a performance issue in PDF rendering when determining whether a font supports a given character. |
| 139881 |
Fixed several issues with the sample gallery's designer toolbar. |
| 139882 |
Fixed an issue where an & in a report parameter value would not be interpreted correctly in the web viewer. |
| 139946 |
It is no longer possible to edit the static series of a chart through the smart panel editor. |
| 139968 |
Fixed an issue which prevented printer properties from being applied to documents printed through the report preview control. |
| 140217 |
Fixed an issue where a + character in a report parameter value would not be interpreted correctly in the web viewer. |
| 140375 |
Fixed an issue where the report preview control wasn't disposing of all of the objects that it could. |
| 140427 |
Fixed an issue where exporting a report in the winforms viewer could cause a deadlock. |
| 140712 |
Fixed an issue where the zoom combobox of the winforms viewer would be empty. |
| 140830 |
Fixed an issue with the field selector when used with nested data regions |
| 140873 |
Fixed an issue with the way that chart legends are rendered so they do not overlap titles, labels, and axis lines |
| 140884 |
Fixed an issue where navigate to bookmark links don't work in the web viewer's PDF mode. |
| 140902 |
Fixed an issue where switching between HTML and PDFviewer modes would cause the user sort order to be lost. |
| 141325 |
Fixed an issue where viewing multiple reports in PDF mode could cause some of them to render incompletely. |
| 141436 |
Fixed an issue where a table without a detail row would cause a failure in the Excel template generation. |
| 141842 |
Fixed an issue with web viewer docking not working correctly in IE8 and Firefox |
| 142181 |
Fixed an issue where a null reference exception could be thrown during the Report Preivew control's Dispose method |
| 142281 |
The web viewer has been tested against FireFox 3.6 |
| 142378 |
Fixed an issue where a textbox hidden in a table cell can cause issues in the HTML export. |
| 142539 |
Fixed an issue where the custom code editor wouldn't always reflect the current state of the custom code. |
| 33689 |
Fixed an issue where HTML entities were not being displayed correctly. |
| 36255 |
Fixed an issue where report items could render as a gray rectangle in the designer after cloning them. |
| 77327 |
Fixed an issue where stored procedure parameters would be added to the dataset whenever it was validated, causing duplicates |