<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SilverlightReporting Issue Tracker Rss Feed</title><link>http://silverlightreporting.codeplex.com/workitem/list/basic</link><description>SilverlightReporting Issue Tracker Rss Description</description><item><title>Commented Issue: Report Footer Totals [6]</title><link>http://silverlightreporting.codeplex.com/workitem/6</link><description>The data is pulled from Sql Server using stored procedute and the report printed all totals correctly, but without changing the page, if the report printed again, the totals are doubled, and when printed 3rd time, totals became 3 times and so on.&lt;br /&gt;How to overcome this behaviour&amp;#63; I tried to re-create the object in BeginBuildReport method, but no luck.&lt;br /&gt;Any solution&amp;#63;&lt;br /&gt;Dega&lt;br /&gt;Comments: Reset the totals to zero when the report has finished printing. The totals aren&amp;#39;t anything magical, they&amp;#39;re created in event handlers using variables. See the _totals variable.&amp;#10;&amp;#10;I&amp;#39;ll update the source to do that as well.</description><author>Psychlist1972</author><pubDate>Tue, 14 Feb 2012 20:24:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: Report Footer Totals [6] 20120214082439P</guid></item><item><title>Created Issue: Report Footer Totals [6]</title><link>http://silverlightreporting.codeplex.com/workitem/6</link><description>The data is pulled from Sql Server using stored procedute and the report printed all totals correctly, but without changing the page, if the report printed again, the totals are doubled, and when printed 3rd time, totals became 3 times and so on.&lt;br /&gt;How to overcome this behaviour&amp;#63; I tried to re-create the object in BeginBuildReport method, but no luck.&lt;br /&gt;Any solution&amp;#63;&lt;br /&gt;Dega&lt;br /&gt;</description><author>dega</author><pubDate>Tue, 14 Feb 2012 18:32:34 GMT</pubDate><guid isPermaLink="false">Created Issue: Report Footer Totals [6] 20120214063234P</guid></item><item><title>Commented Issue: _ [4]</title><link>http://silverlightreporting.codeplex.com/workitem/4</link><description>_&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: BTW, I didn&amp;#39;t realize there was an image in this issue until today. I thought it was a blank&amp;#47;mistake report.</description><author>Psychlist1972</author><pubDate>Mon, 09 Jan 2012 04:46:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: _ [4] 20120109044651A</guid></item><item><title>Commented Issue: _ [4]</title><link>http://silverlightreporting.codeplex.com/workitem/4</link><description>_&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Any idea where this is happening&amp;#63; Can you reproduce on the latest release&amp;#63;</description><author>Psychlist1972</author><pubDate>Mon, 09 Jan 2012 04:46:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: _ [4] 20120109044631A</guid></item><item><title>Closed Issue: NullReferenceException if some Templates are not set [2]</title><link>http://silverlightreporting.codeplex.com/workitem/2</link><description>The application&amp;#47;library throws an unhandled exception of type NullReferenceException whenever one of the following Templates are not set for a given Report instance&amp;#58; ReportFooterTemplate, PageHeaderTemplate, PageFooterTemplate.&lt;br /&gt;&lt;br /&gt;This occurs at least in Report.BuildReport&amp;#40;Size&amp;#41; - e.g. if ReportFooterTemplate is not provided, it&amp;#39;s thrown here&amp;#58;&lt;br /&gt;&lt;br /&gt;  FrameworkElement reportFooter &amp;#61; ReportFooterTemplate.LoadContent&amp;#40;&amp;#41; as FrameworkElement&amp;#59;&lt;br /&gt;&lt;br /&gt;The issue can be easily avoided by using empty templates though, thus I don&amp;#39;t think this issue is important.&lt;br /&gt;Comments: Fixed in Release 1.0.0-alpha.3 </description><author>Psychlist1972</author><pubDate>Mon, 09 Jan 2012 04:45:29 GMT</pubDate><guid isPermaLink="false">Closed Issue: NullReferenceException if some Templates are not set [2] 20120109044529A</guid></item><item><title>Closed Issue: Index was out of range. Must be non-negative and less than the size of the collection. [5]</title><link>http://silverlightreporting.codeplex.com/workitem/5</link><description>Index was out of range. Must be non-negative and less than the size of the collection.&lt;br /&gt;Parameter name&amp;#58; index&lt;br /&gt;&lt;br /&gt;in &amp;#34;public void Print&amp;#40;&amp;#41;&amp;#34;&lt;br /&gt;..........&lt;br /&gt;                if &amp;#40;_pageTrees.Count &amp;#62; 0&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    CurrentPageNumber&amp;#43;&amp;#43;&amp;#59;&lt;br /&gt;                    e.PageVisual &amp;#61; _pageTrees&amp;#91;pageIndex&amp;#93;&amp;#59; &amp;#60;--- &amp;#40;Index was out of range. ...&amp;#41;&lt;br /&gt;                &amp;#125;&lt;br /&gt;..........&lt;br /&gt;&lt;br /&gt;It happens consistently  when I try to print second time. Is there reset or dispose method in the Report class&amp;#63;&lt;br /&gt;Comments: Fixed in Release 1.0.0-alpha.3 </description><author>Psychlist1972</author><pubDate>Mon, 09 Jan 2012 04:45:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: Index was out of range. Must be non-negative and less than the size of the collection. [5] 20120109044503A</guid></item><item><title>Commented Issue: TextBlock Run bindings not resolved [3]</title><link>http://silverlightreporting.codeplex.com/workitem/3</link><description>Bindings for Run inside a TextBlock inside a ReportItem template are not resolved and are not printed. I noticed, however, that bindings on static resources do work.&lt;br /&gt;Comments: I spent sometime looking for a reasonable workaround to this, but for this next release, I&amp;#39;m going to have to defer it. As you may know, the Text property of the Silverlight Run class is not a dependency property like it is in WPF4. In addtion, the Silverlight Run class is sealed, so you can&amp;#39;t implement a BindableRun like you could in WPF 3&amp;#47;3.5. There are some possibilities using attached properties, but so far they look too brittle for me to recommend. So, for now, no resolution of Run inlines in TextBlock elements in the report. Sorry.</description><author>Psychlist1972</author><pubDate>Sat, 07 Jan 2012 00:39:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: TextBlock Run bindings not resolved [3] 20120107123922A</guid></item><item><title>Commented Issue: TextBlock Run bindings not resolved [3]</title><link>http://silverlightreporting.codeplex.com/workitem/3</link><description>Bindings for Run inside a TextBlock inside a ReportItem template are not resolved and are not printed. I noticed, however, that bindings on static resources do work.&lt;br /&gt;Comments: Thanks. I&amp;#39;m looking into this.</description><author>Psychlist1972</author><pubDate>Fri, 06 Jan 2012 16:31:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: TextBlock Run bindings not resolved [3] 20120106043126P</guid></item><item><title>Commented Issue: Index was out of range. Must be non-negative and less than the size of the collection. [5]</title><link>http://silverlightreporting.codeplex.com/workitem/5</link><description>Index was out of range. Must be non-negative and less than the size of the collection.&lt;br /&gt;Parameter name&amp;#58; index&lt;br /&gt;&lt;br /&gt;in &amp;#34;public void Print&amp;#40;&amp;#41;&amp;#34;&lt;br /&gt;..........&lt;br /&gt;                if &amp;#40;_pageTrees.Count &amp;#62; 0&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    CurrentPageNumber&amp;#43;&amp;#43;&amp;#59;&lt;br /&gt;                    e.PageVisual &amp;#61; _pageTrees&amp;#91;pageIndex&amp;#93;&amp;#59; &amp;#60;--- &amp;#40;Index was out of range. ...&amp;#41;&lt;br /&gt;                &amp;#125;&lt;br /&gt;..........&lt;br /&gt;&lt;br /&gt;It happens consistently  when I try to print second time. Is there reset or dispose method in the Report class&amp;#63;&lt;br /&gt;Comments: Thanks for the heads up on this. This will be fixed in the version I release soon.</description><author>Psychlist1972</author><pubDate>Thu, 05 Jan 2012 22:24:34 GMT</pubDate><guid isPermaLink="false">Commented Issue: Index was out of range. Must be non-negative and less than the size of the collection. [5] 20120105102434P</guid></item><item><title>Commented Issue: NullReferenceException if some Templates are not set [2]</title><link>http://silverlightreporting.codeplex.com/workitem/2</link><description>The application&amp;#47;library throws an unhandled exception of type NullReferenceException whenever one of the following Templates are not set for a given Report instance&amp;#58; ReportFooterTemplate, PageHeaderTemplate, PageFooterTemplate.&lt;br /&gt;&lt;br /&gt;This occurs at least in Report.BuildReport&amp;#40;Size&amp;#41; - e.g. if ReportFooterTemplate is not provided, it&amp;#39;s thrown here&amp;#58;&lt;br /&gt;&lt;br /&gt;  FrameworkElement reportFooter &amp;#61; ReportFooterTemplate.LoadContent&amp;#40;&amp;#41; as FrameworkElement&amp;#59;&lt;br /&gt;&lt;br /&gt;The issue can be easily avoided by using empty templates though, thus I don&amp;#39;t think this issue is important.&lt;br /&gt;Comments: I&amp;#39;m working on the SL5 version &amp;#40;to be released very soon&amp;#41; and will have this fixed in that. Thanks.</description><author>Psychlist1972</author><pubDate>Thu, 05 Jan 2012 21:41:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: NullReferenceException if some Templates are not set [2] 20120105094119P</guid></item><item><title>Commented Issue: Index was out of range. Must be non-negative and less than the size of the collection. [5]</title><link>http://silverlightreporting.codeplex.com/workitem/5</link><description>Index was out of range. Must be non-negative and less than the size of the collection.&lt;br /&gt;Parameter name&amp;#58; index&lt;br /&gt;&lt;br /&gt;in &amp;#34;public void Print&amp;#40;&amp;#41;&amp;#34;&lt;br /&gt;..........&lt;br /&gt;                if &amp;#40;_pageTrees.Count &amp;#62; 0&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    CurrentPageNumber&amp;#43;&amp;#43;&amp;#59;&lt;br /&gt;                    e.PageVisual &amp;#61; _pageTrees&amp;#91;pageIndex&amp;#93;&amp;#59; &amp;#60;--- &amp;#40;Index was out of range. ...&amp;#41;&lt;br /&gt;                &amp;#125;&lt;br /&gt;..........&lt;br /&gt;&lt;br /&gt;It happens consistently  when I try to print second time. Is there reset or dispose method in the Report class&amp;#63;&lt;br /&gt;Comments: Hello,&amp;#10;&amp;#10;I have been through the same issue and I found out there is a bug in code.&amp;#10;&amp;#10;Here is the solution&amp;#58;&amp;#10;&amp;#10;The PrintDocument Silverlight Class must be instanciated EACH time you call the Print&amp;#40;&amp;#41; method on the Report object...&amp;#10;So in the Report Class code,&amp;#10;Replace&amp;#10;private PrintDocument _printDocument &amp;#61; new PrintDocument&amp;#40;&amp;#41;&amp;#59;&amp;#10;by&amp;#10;private PrintDocument _printDocument &amp;#59;&amp;#10;&amp;#10;Then in the Report Print&amp;#40;&amp;#41; method  &amp;#40;first line&amp;#41;&amp;#10;Add&amp;#10;_printDocument &amp;#61; new PrintDocument&amp;#40;&amp;#41;&amp;#59;&amp;#10;&amp;#10;Hope this helps&amp;#10;&amp;#10;&amp;#10;</description><author>jacrol</author><pubDate>Sat, 31 Dec 2011 08:25:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: Index was out of range. Must be non-negative and less than the size of the collection. [5] 20111231082558A</guid></item><item><title>Created Issue: Index was out of range. Must be non-negative and less than the size of the collection. [5]</title><link>http://silverlightreporting.codeplex.com/workitem/5</link><description>Index was out of range. Must be non-negative and less than the size of the collection.&lt;br /&gt;Parameter name&amp;#58; index&lt;br /&gt;&lt;br /&gt;in &amp;#34;public void Print&amp;#40;&amp;#41;&amp;#34;&lt;br /&gt;..........&lt;br /&gt;                if &amp;#40;_pageTrees.Count &amp;#62; 0&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    CurrentPageNumber&amp;#43;&amp;#43;&amp;#59;&lt;br /&gt;                    e.PageVisual &amp;#61; _pageTrees&amp;#91;pageIndex&amp;#93;&amp;#59; &amp;#60;--- &amp;#40;Index was out of range. ...&amp;#41;&lt;br /&gt;                &amp;#125;&lt;br /&gt;..........&lt;br /&gt;&lt;br /&gt;It happens consistently  when I try to print second time. Is there reset or dispose method in the Report class&amp;#63;&lt;br /&gt;</description><author>alexey22</author><pubDate>Sun, 04 Dec 2011 07:56:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Index was out of range. Must be non-negative and less than the size of the collection. [5] 20111204075652A</guid></item><item><title>Created Issue: Index was out of range. Must be non-negative and less than the size of the collection. [5]</title><link>http://silverlightreporting.codeplex.com/workitem/5</link><description>Index was out of range. Must be non-negative and less than the size of the collection.&lt;br /&gt;Parameter name&amp;#58; index&lt;br /&gt;&lt;br /&gt;in &amp;#34;public void Print&amp;#40;&amp;#41;&amp;#34;&lt;br /&gt;..........&lt;br /&gt;                if &amp;#40;_pageTrees.Count &amp;#62; 0&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    CurrentPageNumber&amp;#43;&amp;#43;&amp;#59;&lt;br /&gt;                    e.PageVisual &amp;#61; _pageTrees&amp;#91;pageIndex&amp;#93;&amp;#59; &amp;#60;--- &amp;#40;Index was out of range. ...&amp;#41;&lt;br /&gt;                &amp;#125;&lt;br /&gt;..........&lt;br /&gt;&lt;br /&gt;It happens consistently  when I try to print second time. Is there reset or dispose method in the Report class&amp;#63;&lt;br /&gt;</description><author>alexey22</author><pubDate>Sun, 04 Dec 2011 07:56:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Index was out of range. Must be non-negative and less than the size of the collection. [5] 20111204075652A</guid></item><item><title>Edited Issue: _ [4]</title><link>http://silverlightreporting.codeplex.com/workitem/4</link><description>_&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>suyogkale</author><pubDate>Wed, 16 Nov 2011 10:53:05 GMT</pubDate><guid isPermaLink="false">Edited Issue: _ [4] 20111116105305A</guid></item><item><title>Created Issue: Getting Application unhandled exception [4]</title><link>http://silverlightreporting.codeplex.com/workitem/4</link><description>Please find the attachement, I have created sample application with Dummy entity data, I have modified report template based on entity fields.&lt;br /&gt;But when I run the application, I see Application Unhandled Error.&lt;br /&gt;When I have debuged and found that for all 10 records it hitting  Report.BeginBuildReportItem  eventcaller in InitializeReport&amp;#40;&amp;#41; method to total count.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>suyogkale</author><pubDate>Wed, 16 Nov 2011 09:54:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Getting Application unhandled exception [4] 20111116095424A</guid></item><item><title>Created Issue: TextBlock Run bindings not resolved [3]</title><link>http://silverlightreporting.codeplex.com/workitem/3</link><description>Bindings for Run inside a TextBlock inside a ReportItem template are not resolved and are not printed. I noticed, however, that bindings on static resources do work.&lt;br /&gt;</description><author>Ozzy1</author><pubDate>Fri, 21 Oct 2011 15:09:24 GMT</pubDate><guid isPermaLink="false">Created Issue: TextBlock Run bindings not resolved [3] 20111021030924P</guid></item><item><title>Created Issue: NullReferenceException if some Templates are not set [2]</title><link>http://silverlightreporting.codeplex.com/workitem/2</link><description>The application&amp;#47;library throws an unhandled exception of type NullReferenceException whenever one of the following Templates are not set for a given Report instance&amp;#58; ReportFooterTemplate, PageHeaderTemplate, PageFooterTemplate.&lt;br /&gt;&lt;br /&gt;This occurs at least in Report.BuildReport&amp;#40;Size&amp;#41; - e.g. if ReportFooterTemplate is not provided, it&amp;#39;s thrown here&amp;#58;&lt;br /&gt;&lt;br /&gt;  FrameworkElement reportFooter &amp;#61; ReportFooterTemplate.LoadContent&amp;#40;&amp;#41; as FrameworkElement&amp;#59;&lt;br /&gt;&lt;br /&gt;The issue can be easily avoided by using empty templates though, thus I don&amp;#39;t think this issue is important.&lt;br /&gt;</description><author>MrManny</author><pubDate>Fri, 11 Feb 2011 10:03:57 GMT</pubDate><guid isPermaLink="false">Created Issue: NullReferenceException if some Templates are not set [2] 20110211100357A</guid></item><item><title>Created Issue: test [1]</title><link>http://silverlightreporting.codeplex.com/workitem/1</link><description>please ignore&lt;br /&gt;</description><author>hinshelmw</author><pubDate>Fri, 11 Jun 2010 10:32:50 GMT</pubDate><guid isPermaLink="false">Created Issue: test [1] 20100611103250A</guid></item></channel></rss>