<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/reportingcloud/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/reportingcloud/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 11 Oct 2013 18:41:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/reportingcloud/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title> Could not load file or assembly 'ICSharpCode.SharpZipLib.dll' </title><link>https://sourceforge.net/p/reportingcloud/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Value cannot be null.&lt;br /&gt;
Parameter name: Could not load file or assembly 'ICSharpCode.SharpZipLib.dll' or one of its dependencies. The system cannot find the file specified.&lt;/p&gt;
&lt;p&gt;Error when export to excel.&lt;/p&gt;
&lt;p&gt;I followed fix in following forum thread and worked.&lt;br /&gt;
&lt;a href="http://www.fyireporting.com/forum/viewtopic.php?p=3436&amp;amp;sid=9de81989c3c4ee7e9dab6efcb3fe6c41" rel="nofollow"&gt;http://www.fyireporting.com/forum/viewtopic.php?p=3436&amp;amp;sid=9de81989c3c4ee7e9dab6efcb3fe6c41&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Fix by MikeDamrat in above link:&lt;/p&gt;
&lt;p&gt;ZipWrap.cs&lt;/p&gt;
&lt;p&gt;The ZIPNAME string was given an initial value of "ICSharpCode.SharpZipLib.dll", which causes .NET to search for a file named "ICSharpCode.SharpZipLib.dll.DLL". took the extension off of the assembly name variable, recompiled, and everything seemed to work fine. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AMR</dc:creator><pubDate>Fri, 11 Oct 2013 18:41:01 -0000</pubDate><guid>https://sourceforge.netd347069d42134bf06e293e91c3c4e0a98900f78d</guid></item><item><title>Export of cyrillic text to PDF doesn't work</title><link>https://sourceforge.net/p/reportingcloud/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When we're exporting some Cyrillic text, it goes well to HTML but not to PDF.&lt;br /&gt;
PDF is showing something like 40, ?&amp;gt;3&amp;gt;4O =5&amp;lt;=&amp;gt;6:&amp;gt;&lt;/p&gt;
&lt;p&gt;You can use some text like "Привет, мир" for example.&lt;br /&gt;
We like the project itself but this problem is critical.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 28 Oct 2010 19:38:20 -0000</pubDate><guid>https://sourceforge.net5a96d7fdca2d275f823ee4f7bb99043b7c5134d6</guid></item><item><title>Incorrect text position with html format</title><link>https://sourceforge.net/p/reportingcloud/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;During the export to pdf refactoring I detected that the viewer dont ignore the text alignment and vertical alignment properties so the result in the viewer have a unexpected behaviour but the export to pdf reflected correctly the current text.&lt;/p&gt;
&lt;p&gt;With the html format the text alignment and vertical alignment must be ignored in the viewer.&lt;/p&gt;
&lt;p&gt;Example: Create a rectangle with border and in the rectangle put in the middle a textbox also with a border but change the property Alignment to Right value or the property Vertical to Middle value.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FlexibleCoder</dc:creator><pubDate>Sat, 22 May 2010 16:31:10 -0000</pubDate><guid>https://sourceforge.net8d73809b76ef543653efb93a7b1cea19ec2d6868</guid></item><item><title>CSV export disregards Report Parameter settings</title><link>https://sourceforge.net/p/reportingcloud/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Typically, one would expect the export to contain the equivalent of the Report Preview output. While this is correct for PDF, the CSV export falls back to the initial parameter values defined in the RDL definition, instead of using the actual settings given in Report Preview, e.g. month is always 1, irrespective of what is set in the Report Preview prompts:&lt;/p&gt;
&lt;p&gt;&amp;lt;QueryParameters&amp;gt;&lt;br /&gt;
&amp;lt;QueryParameter Name="month"&amp;gt;&lt;br /&gt;
&amp;lt;Value&amp;gt;=Parameters!Month.Value&amp;lt;/Value&amp;gt;&lt;br /&gt;
&amp;lt;/QueryParameter&amp;gt;&lt;br /&gt;
&amp;lt;QueryParameter Name="year"&amp;gt;&lt;br /&gt;
&amp;lt;Value&amp;gt;=Parameters!Year.Value&amp;lt;/Value&amp;gt;&lt;br /&gt;
&amp;lt;/QueryParameter&amp;gt;&lt;br /&gt;
&amp;lt;QueryParameter Name="numMonth"&amp;gt;&lt;br /&gt;
&amp;lt;Value&amp;gt;=Parameters!numMonth.Value&amp;lt;/Value&amp;gt;&lt;br /&gt;
&amp;lt;/QueryParameter&amp;gt;&lt;br /&gt;
&amp;lt;/QueryParameters&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;ReportParameters&amp;gt;&lt;br /&gt;
&amp;lt;ReportParameter Name="Year"&amp;gt;&lt;br /&gt;
&amp;lt;DataType&amp;gt;Integer&amp;lt;/DataType&amp;gt;&lt;br /&gt;
&amp;lt;DefaultValue&amp;gt;&lt;br /&gt;
&amp;lt;Values&amp;gt;&lt;br /&gt;
&amp;lt;Value&amp;gt;2010&amp;lt;/Value&amp;gt;&lt;br /&gt;
&amp;lt;/Values&amp;gt;&lt;br /&gt;
&amp;lt;/DefaultValue&amp;gt;&lt;br /&gt;
&amp;lt;Nullable&amp;gt;false&amp;lt;/Nullable&amp;gt;&lt;br /&gt;
&amp;lt;AllowBlank&amp;gt;false&amp;lt;/AllowBlank&amp;gt;&lt;br /&gt;
&amp;lt;MultiValue&amp;gt;false&amp;lt;/MultiValue&amp;gt;&lt;br /&gt;
&amp;lt;Prompt&amp;gt;Year:&amp;lt;/Prompt&amp;gt;&lt;br /&gt;
&amp;lt;/ReportParameter&amp;gt;&lt;br /&gt;
&amp;lt;ReportParameter Name="Month"&amp;gt;&lt;br /&gt;
&amp;lt;DataType&amp;gt;Integer&amp;lt;/DataType&amp;gt;&lt;br /&gt;
&amp;lt;DefaultValue&amp;gt;&lt;br /&gt;
&amp;lt;Values&amp;gt;&lt;br /&gt;
&amp;lt;Value&amp;gt;1&amp;lt;/Value&amp;gt;&lt;br /&gt;
&amp;lt;/Values&amp;gt;&lt;br /&gt;
&amp;lt;/DefaultValue&amp;gt;&lt;br /&gt;
&amp;lt;Nullable&amp;gt;false&amp;lt;/Nullable&amp;gt;&lt;br /&gt;
&amp;lt;AllowBlank&amp;gt;false&amp;lt;/AllowBlank&amp;gt;&lt;br /&gt;
&amp;lt;MultiValue&amp;gt;false&amp;lt;/MultiValue&amp;gt;&lt;br /&gt;
&amp;lt;Prompt&amp;gt;Month:&amp;lt;/Prompt&amp;gt;&lt;br /&gt;
&amp;lt;/ReportParameter&amp;gt;&lt;br /&gt;
&amp;lt;ReportParameter Name="numMonth"&amp;gt;&lt;br /&gt;
&amp;lt;DataType&amp;gt;Integer&amp;lt;/DataType&amp;gt;&lt;br /&gt;
&amp;lt;DefaultValue&amp;gt;&lt;br /&gt;
&amp;lt;Values&amp;gt;&lt;br /&gt;
&amp;lt;Value&amp;gt;1&amp;lt;/Value&amp;gt;&lt;br /&gt;
&amp;lt;/Values&amp;gt;&lt;br /&gt;
&amp;lt;/DefaultValue&amp;gt;&lt;br /&gt;
&amp;lt;Nullable&amp;gt;false&amp;lt;/Nullable&amp;gt;&lt;br /&gt;
&amp;lt;AllowBlank&amp;gt;false&amp;lt;/AllowBlank&amp;gt;&lt;br /&gt;
&amp;lt;MultiValue&amp;gt;false&amp;lt;/MultiValue&amp;gt;&lt;br /&gt;
&amp;lt;Prompt&amp;gt;#Months:&amp;lt;/Prompt&amp;gt;&lt;br /&gt;
&amp;lt;/ReportParameter&amp;gt;&lt;br /&gt;
&amp;lt;/ReportParameters&amp;gt;&lt;/p&gt;
&lt;p&gt;The same issue affects the HTML, RTF and XML exports as well. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lars Steinke</dc:creator><pubDate>Fri, 30 Apr 2010 09:44:17 -0000</pubDate><guid>https://sourceforge.net89a5587f358f7e4052b3419c0a02756542f71ddc</guid></item><item><title>Error when loading a report and trying a mouse wheel</title><link>https://sourceforge.net/p/reportingcloud/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When we are loading a report and (int the beginning) trying a mouse wheel, it may drop with an error of invalid scroll value (the error is irregular and not clearly reproducible).&lt;br /&gt;
Could be fixed by just taking in try-catch all the DrawPanelMouseWheel method in Viewer.cs class (while checking conditions in the code seem to be adequate, so it's strange the error happens at all...)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FlexibleCoder</dc:creator><pubDate>Wed, 14 Apr 2010 10:04:22 -0000</pubDate><guid>https://sourceforge.net036101ef06092abba592b76ef9e2ed006ec18f3f</guid></item><item><title>Missing the doby in the export to CSV/XML/HTML</title><link>https://sourceforge.net/p/reportingcloud/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The export to CSV/XML/HTML contains the header and the footer of the report but the doby is missing.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">FlexibleCoder</dc:creator><pubDate>Mon, 12 Apr 2010 11:09:41 -0000</pubDate><guid>https://sourceforge.netd73d629e2e72d9cac5885df5ca077ce0bb80a852</guid></item></channel></rss>