<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/reportingcloud/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/reportingcloud/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/reportingcloud/bugs/</id><updated>2013-10-11T18:41:01.622000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title> Could not load file or assembly 'ICSharpCode.SharpZipLib.dll' </title><link href="https://sourceforge.net/p/reportingcloud/bugs/6/" rel="alternate"/><published>2013-10-11T18:41:01.622000Z</published><updated>2013-10-11T18:41:01.622000Z</updated><author><name>AMR</name><uri>https://sourceforge.net/u/aneeshmr/</uri></author><id>https://sourceforge.netd347069d42134bf06e293e91c3c4e0a98900f78d</id><summary type="html">&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;</summary></entry><entry><title>Export of cyrillic text to PDF doesn't work</title><link href="https://sourceforge.net/p/reportingcloud/bugs/5/" rel="alternate"/><published>2010-10-28T19:38:20Z</published><updated>2010-10-28T19:38:20Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5a96d7fdca2d275f823ee4f7bb99043b7c5134d6</id><summary type="html">&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;</summary></entry><entry><title>Incorrect text position with html format</title><link href="https://sourceforge.net/p/reportingcloud/bugs/4/" rel="alternate"/><published>2010-05-22T16:31:10Z</published><updated>2010-05-22T16:31:10Z</updated><author><name>FlexibleCoder</name><uri>https://sourceforge.net/u/flexiblecoder/</uri></author><id>https://sourceforge.net8d73809b76ef543653efb93a7b1cea19ec2d6868</id><summary type="html">&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;</summary></entry><entry><title>CSV export disregards Report Parameter settings</title><link href="https://sourceforge.net/p/reportingcloud/bugs/3/" rel="alternate"/><published>2010-04-30T09:44:17Z</published><updated>2010-04-30T09:44:17Z</updated><author><name>Lars Steinke</name><uri>https://sourceforge.net/u/lss74/</uri></author><id>https://sourceforge.net89a5587f358f7e4052b3419c0a02756542f71ddc</id><summary type="html">&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;</summary></entry><entry><title>Error when loading a report and trying a mouse wheel</title><link href="https://sourceforge.net/p/reportingcloud/bugs/2/" rel="alternate"/><published>2010-04-14T10:04:22Z</published><updated>2010-04-14T10:04:22Z</updated><author><name>FlexibleCoder</name><uri>https://sourceforge.net/u/flexiblecoder/</uri></author><id>https://sourceforge.net036101ef06092abba592b76ef9e2ed006ec18f3f</id><summary type="html">&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;</summary></entry><entry><title>Missing the doby in the export to CSV/XML/HTML</title><link href="https://sourceforge.net/p/reportingcloud/bugs/1/" rel="alternate"/><published>2010-04-12T11:09:41Z</published><updated>2010-04-12T11:09:41Z</updated><author><name>FlexibleCoder</name><uri>https://sourceforge.net/u/flexiblecoder/</uri></author><id>https://sourceforge.netd73d629e2e72d9cac5885df5ca077ce0bb80a852</id><summary type="html">&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;</summary></entry></feed>