<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Silverlight Reporting</title><link>http://silverlightreporting.codeplex.com/project/feeds/rss</link><description>Silverlight Reporting is a simple report writer test bed for Silverlight 4&amp;#43;. The intent is to provide the basics of report writing while being flexible enough for folks to be able to build upon it to suit their own needs.      This is not a complete reporting framework. </description><item><title>New Post: PageHeaderTemplate</title><link>http://silverlightreporting.codeplex.com/discussions/287629</link><description>&lt;div style="line-height: normal;"&gt;I've generally moved on from this sample, but couldn't find anyone in the community willing to take it on for any future updates.&lt;br /&gt;
&lt;br /&gt;
The beauty is, for this sample, all the source is 100% available and you are free to do with it whatever you'd like. If you want to add in a feature urgently, the best person to do it will be you. If you want to contribute back to the sample, let me know and I'll add you to codeplex here.&lt;br /&gt;
&lt;br /&gt;
Pete&lt;br /&gt;
&lt;/div&gt;</description><author>Psychlist1972</author><pubDate>Fri, 05 Apr 2013 17:55:50 GMT</pubDate><guid isPermaLink="false">New Post: PageHeaderTemplate 20130405055550P</guid></item><item><title>New Post: PageHeaderTemplate</title><link>http://silverlightreporting.codeplex.com/discussions/287629</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
Is there any event handler for report header like BeginBuildReportHeader.&lt;br /&gt;
It is very much required.&lt;br /&gt;
In my report in header i want to print report period and report for Department like...&lt;br /&gt;
Summary report for : Accounts&lt;br /&gt;
Summary Report From : 1/April/2013 To : 4/April/2013&lt;br /&gt;
etc.&lt;br /&gt;
Its very urgent.&lt;br /&gt;
Thanks in advance&lt;br /&gt;
Chandan Dey&lt;br /&gt;
&lt;/div&gt;</description><author>deychandan</author><pubDate>Wed, 03 Apr 2013 11:13:01 GMT</pubDate><guid isPermaLink="false">New Post: PageHeaderTemplate 20130403111301A</guid></item><item><title>New Post: Wpf version?</title><link>http://silverlightreporting.codeplex.com/discussions/435431</link><description>&lt;div style="line-height: normal;"&gt;The WPF printing model is quite different, so I didn't even attempt to do that. Plus, there are lots of report writing solutions for the desktop.&lt;br /&gt;
&lt;br /&gt;
Pete&lt;br /&gt;
&lt;/div&gt;</description><author>Psychlist1972</author><pubDate>Tue, 05 Mar 2013 16:53:17 GMT</pubDate><guid isPermaLink="false">New Post: Wpf version? 20130305045317P</guid></item><item><title>New Post: Wpf version?</title><link>http://silverlightreporting.codeplex.com/discussions/435431</link><description>&lt;div style="line-height: normal;"&gt;Has someone got a wpf version of this as I'm having problems trying to come up with my own.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
M&lt;br /&gt;
&lt;/div&gt;</description><author>Mal63</author><pubDate>Tue, 05 Mar 2013 14:08:39 GMT</pubDate><guid isPermaLink="false">New Post: Wpf version? 20130305020839P</guid></item><item><title>New Post: Force New Page</title><link>http://silverlightreporting.codeplex.com/discussions/354006</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is there a way to force a new page?&lt;/p&gt;
&lt;/div&gt;</description><author>mbcooper</author><pubDate>Mon, 30 Apr 2012 11:41:29 GMT</pubDate><guid isPermaLink="false">New Post: Force New Page 20120430114129A</guid></item><item><title>New Post: Print in Landscape format</title><link>http://silverlightreporting.codeplex.com/discussions/324843</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for providing such a great resource for reporting in Silverlight.&lt;/p&gt;
&lt;p&gt;I was in need of to print the report in landscape format.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please anyone guide me how can I do that?&lt;/p&gt;
&lt;p&gt;I will appreciate your help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>Ajeetcse</author><pubDate>Sat, 18 Feb 2012 10:05:20 GMT</pubDate><guid isPermaLink="false">New Post: Print in Landscape format 20120218100520A</guid></item><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>Reviewed: Release 2 (Feb 07, 2012)</title><link>http://silverlightreporting.codeplex.com/releases/view/47052#ReviewBy-dega</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Hi&amp;#10;Can you give the link to VB version of this example, if available&amp;#63;&amp;#10;Thanks n Regards&amp;#63;&amp;#10;DEGA</description><author>dega</author><pubDate>Wed, 08 Feb 2012 05:17:27 GMT</pubDate><guid isPermaLink="false">Reviewed: Release 2 (Feb 07, 2012) 20120208051727A</guid></item><item><title>New Post: PageHeaderTemplate</title><link>http://silverlightreporting.codeplex.com/discussions/287629</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm using this and it works for me. One question, is it possible to add more binded data to PageHeader? I see you have an eventhandler for Footer.&lt;/p&gt;
&lt;p&gt;eg&lt;/p&gt;
&lt;p&gt;Report.BeginBuildReportFooter &amp;#43;= (s, e) =&amp;gt;&lt;br&gt;
{&lt;br&gt;
&amp;nbsp;// set the running total as the context for the report footer&lt;br&gt;
&amp;nbsp;e.DataContext = _totals;&lt;br&gt;
};&lt;/p&gt;
&lt;p&gt;Thomas&lt;/p&gt;
&lt;pre style="font-family:Consolas; background:#101a26; color:#e0e0e0; font-size:15px"&gt;&lt;/pre&gt;
&lt;/div&gt;</description><author>tnesser</author><pubDate>Fri, 27 Jan 2012 13:10:19 GMT</pubDate><guid isPermaLink="false">New Post: PageHeaderTemplate 20120127011019P</guid></item><item><title>New Post: FYI on SL5 Printing issue</title><link>http://silverlightreporting.codeplex.com/discussions/285529</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Brought to my attention by @serbrech&lt;/p&gt;
&lt;p&gt;&lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/698140/printing-images-skips-pages-when-image-source-is-null"&gt;https://connect.microsoft.com/VisualStudio/feedback/details/698140/printing-images-skips-pages-when-image-source-is-null&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If the Source of an Image is null, the page that contains the image will not be printed (fails silently).
&lt;br&gt;
This happens when the runtime is Silverlight 5 (Vector printing). When the runtime is Silverlight 4, the page are rasterized as bitmap and all is fine.&lt;br&gt;
Compiling with SL4 or SL5 RC tools produce the same behaviour.&lt;br&gt;
&lt;br&gt;
A possible workaround is to wrap the Image control into another control that will swap a null Image source with a blank image.&lt;/p&gt;
&lt;p&gt;-------&lt;/p&gt;
&lt;p&gt;I may make some changes to the sample in response to this.&lt;/p&gt;
&lt;/div&gt;</description><author>Psychlist1972</author><pubDate>Mon, 09 Jan 2012 21:55:56 GMT</pubDate><guid isPermaLink="false">New Post: FYI on SL5 Printing issue 20120109095556P</guid></item><item><title>New Post: Bound Grids -- not creating the right DesiredSize: Fail to page properly</title><link>http://silverlightreporting.codeplex.com/discussions/285518</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Datagrid was easy because it was bound. &amp;nbsp;This construct created the columns (up to 8) and rows (up to 30) .. so it really doesn't get that big.&lt;/p&gt;
&lt;p&gt;Anyway, I modified the approach by creating an interface for the datacontext called "Clues", and put SuggestedHeight on the context if I feel it can't figure it out.&lt;/p&gt;
&lt;p&gt;Also -- would be useful to do a scale transform if a single object could not fit.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I like your basic approach !&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;--mike&lt;/p&gt;&lt;/div&gt;</description><author>mbcooper</author><pubDate>Mon, 09 Jan 2012 21:40:06 GMT</pubDate><guid isPermaLink="false">New Post: Bound Grids -- not creating the right DesiredSize: Fail to page properly 20120109094006P</guid></item><item><title>New Post: Bound Grids -- not creating the right DesiredSize: Fail to page properly</title><link>http://silverlightreporting.codeplex.com/discussions/285518</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is there a specific reason you're using a DataGrid for this? The DataGrid is a pretty heavy control meant for interactivity.&lt;/p&gt;
&lt;p&gt;I haven't tested the report with datagrids. Although there has been a request to be able to build a report based on one, using the grid itself for report display is not on my list.&lt;/p&gt;
&lt;p&gt;Also, it looks like you're creating a separate datagrid for each row in the report. I'm not sure how big the report will be, but that could be a LOT of datagrids. Memory for the app would likely go a bit nuts.&lt;/p&gt;
&lt;p&gt;Pete&lt;/p&gt;&lt;/div&gt;</description><author>Psychlist1972</author><pubDate>Mon, 09 Jan 2012 21:36:26 GMT</pubDate><guid isPermaLink="false">New Post: Bound Grids -- not creating the right DesiredSize: Fail to page properly 20120109093626P</guid></item><item><title>New Post: Bound Grids -- not creating the right DesiredSize: Fail to page properly</title><link>http://silverlightreporting.codeplex.com/discussions/285518</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am building a fairly sophisticated (but not wildly so) report that has a variable number of rows and columns.&lt;/p&gt;
&lt;p&gt;Unfortunately, as I walk through the "BuildReport" method, the DesiredSize of each row of information (which is bound to a datagrid) comes out at a measly 64 pixels (vs the 28 or so lines of data I have bound to it.&lt;/p&gt;
&lt;p&gt;Is there a way to get the actual size sooner, so that the size is properly estimated and we trip teh "next page" concerpt.&lt;/p&gt;
&lt;p&gt;Is this implementation such&amp;nbsp;that&amp;nbsp;any "unknown" binding size will not&amp;nbsp;work&amp;nbsp;?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is my XAML for&amp;nbsp;the&amp;nbsp;report template:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;     &lt;div style="color: black; background-color: white;"&gt;&lt;pre&gt;     &amp;lt;!--Item template --&amp;gt;
                &amp;lt;reporting:Report.ItemTemplate&amp;gt;
                    &amp;lt;DataTemplate&amp;gt;
                        &amp;lt;!-- The Grid --&amp;gt;
                        &amp;lt;Grid &amp;gt;
                            &amp;lt;Grid.RowDefinitions&amp;gt;
                                &amp;lt;RowDefinition Height=&lt;span style="color: #a31515;"&gt;"34"&lt;/span&gt; /&amp;gt;
                                &amp;lt;RowDefinition Height=&lt;span style="color: #a31515;"&gt;"*"&lt;/span&gt; /&amp;gt;
                            &amp;lt;/Grid.RowDefinitions&amp;gt;
                            &amp;lt;Grid   Grid.Row=&lt;span style="color: #a31515;"&gt;"0"&lt;/span&gt;
                                HorizontalAlignment=&lt;span style="color: #a31515;"&gt;"Stretch"&lt;/span&gt;&amp;gt;

                                &amp;lt;TextBlock  Margin=&lt;span style="color: #a31515;"&gt;"1,1,1,2"&lt;/span&gt; HorizontalAlignment=&lt;span style="color: #a31515;"&gt;"Center"&lt;/span&gt;
                                        Text=&lt;span style="color: #a31515;"&gt;"{Binding Path=Header}"&lt;/span&gt; Style=&lt;span style="color: #a31515;"&gt;"{StaticResource TitleTextStyle}"&lt;/span&gt; 
                                      /&amp;gt;

                            &amp;lt;/Grid&amp;gt;
                            &amp;lt;sdk:DataGrid  Grid.Row=&lt;span style="color: #a31515;"&gt;"1"&lt;/span&gt; 
                                x:Name=&lt;span style="color: #a31515;"&gt;"OQGrid"&lt;/span&gt; AutoGenerateColumns=&lt;span style="color: #a31515;"&gt;"False"&lt;/span&gt; ItemsSource=&lt;span style="color: #a31515;"&gt;"{Binding QualRows}"&lt;/span&gt;&amp;gt;
                            &amp;lt;sdk:DataGrid.Columns&amp;gt;
                                &amp;lt;sdk:DataGridTextColumn Binding=&lt;span style="color: #a31515;"&gt;"{Binding QualificationCode}"&lt;/span&gt;  Header=&lt;span style="color: #a31515;"&gt;"Code"&lt;/span&gt;/&amp;gt;
                                &amp;lt;sdk:DataGridTextColumn Binding=&lt;span style="color: #a31515;"&gt;"{Binding QualificationName}"&lt;/span&gt;  Header=&lt;span style="color: #a31515;"&gt;"Name"&lt;/span&gt;/&amp;gt;
                                
                                &amp;lt;sdk:DataGridTemplateColumn Width=&lt;span style="color: #a31515;"&gt;"*"&lt;/span&gt;&amp;gt;
                                    &amp;lt;sdk:DataGridTemplateColumn.HeaderStyle&amp;gt;
                                        &amp;lt;Style TargetType=&lt;span style="color: #a31515;"&gt;"primitives:DataGridColumnHeader"&lt;/span&gt;&amp;gt;
                                            &amp;lt;Setter &lt;span style="color: blue;"&gt;Property&lt;/span&gt;=&lt;span style="color: #a31515;"&gt;"HorizontalContentAlignment"&lt;/span&gt; Value=&lt;span style="color: #a31515;"&gt;"Stretch"&lt;/span&gt; /&amp;gt;
                                            &amp;lt;Setter &lt;span style="color: blue;"&gt;Property&lt;/span&gt;=&lt;span style="color: #a31515;"&gt;"VerticalContentAlignment"&lt;/span&gt;  Value=&lt;span style="color: #a31515;"&gt;"Stretch"&lt;/span&gt; /&amp;gt;
                                            &amp;lt;Setter &lt;span style="color: blue;"&gt;Property&lt;/span&gt;=&lt;span style="color: #a31515;"&gt;"Margin"&lt;/span&gt; Value=&lt;span style="color: #a31515;"&gt;"0"&lt;/span&gt; /&amp;gt;
                                            &amp;lt;Setter &lt;span style="color: blue;"&gt;Property&lt;/span&gt;=&lt;span style="color: #a31515;"&gt;"ContentTemplate"&lt;/span&gt;&amp;gt;
                                                &amp;lt;Setter.Value&amp;gt;
                                                    &amp;lt;DataTemplate&amp;gt;
                                                        &amp;lt;ItemsControl  ItemsSource=&lt;span style="color: #a31515;"&gt;"{Binding DataContext.WorkerNames, ElementName=OQGrid}"&lt;/span&gt;&amp;gt;
                                                            &amp;lt;ItemsControl.ItemsPanel&amp;gt;
                                                                &amp;lt;ItemsPanelTemplate&amp;gt;
                                                                    &amp;lt;StackPanel Orientation=&lt;span style="color: #a31515;"&gt;"Horizontal"&lt;/span&gt;&amp;gt;
                                                                    &amp;lt;/StackPanel&amp;gt;
                                                                &amp;lt;/ItemsPanelTemplate&amp;gt;
                                                            &amp;lt;/ItemsControl.ItemsPanel&amp;gt;
                                                            &amp;lt;ItemsControl.ItemTemplate&amp;gt;
                                                                &amp;lt;DataTemplate&amp;gt;
                                                                    &amp;lt;Border  Width=&lt;span style="color: #a31515;"&gt;"70"&lt;/span&gt; &amp;gt;
                                                                        &amp;lt;TextBlock Text=&lt;span style="color: #a31515;"&gt;"{Binding}"&lt;/span&gt;  TextWrapping=&lt;span style="color: #a31515;"&gt;"Wrap"&lt;/span&gt; Margin=&lt;span style="color: #a31515;"&gt;"2"&lt;/span&gt;
                                                                                   TextAlignment=&lt;span style="color: #a31515;"&gt;"Center"&lt;/span&gt;/&amp;gt;
                                                                    &amp;lt;/Border&amp;gt;
                                                                &amp;lt;/DataTemplate&amp;gt;
                                                            &amp;lt;/ItemsControl.ItemTemplate&amp;gt;
                                                        &amp;lt;/ItemsControl&amp;gt;
                                                    &amp;lt;/DataTemplate&amp;gt;
                                                &amp;lt;/Setter.Value&amp;gt;
                                            &amp;lt;/Setter&amp;gt;
                                        &amp;lt;/Style&amp;gt;
                                    &amp;lt;/sdk:DataGridTemplateColumn.HeaderStyle&amp;gt;
                                    &amp;lt;sdk:DataGridTemplateColumn.CellTemplate&amp;gt;
                                        &amp;lt;DataTemplate&amp;gt;
                                            &amp;lt;ItemsControl  ItemsSource=&lt;span style="color: #a31515;"&gt;"{Binding WorkerQualified}"&lt;/span&gt;&amp;gt;
                                                &amp;lt;ItemsControl.ItemsPanel&amp;gt;
                                                    &amp;lt;ItemsPanelTemplate&amp;gt;
                                                        &amp;lt;StackPanel Orientation=&lt;span style="color: #a31515;"&gt;"Horizontal"&lt;/span&gt;/&amp;gt;
                                                    &amp;lt;/ItemsPanelTemplate&amp;gt;
                                                &amp;lt;/ItemsControl.ItemsPanel&amp;gt;
                                                &amp;lt;ItemsControl.ItemTemplate&amp;gt;
                                                    &amp;lt;DataTemplate&amp;gt;
                                                        &amp;lt;Border Width=&lt;span style="color: #a31515;"&gt;"70"&lt;/span&gt;&amp;gt;
                                                            &amp;lt;CheckBox IsChecked=&lt;span style="color: #a31515;"&gt;"{Binding}"&lt;/span&gt;  HorizontalAlignment=&lt;span style="color: #a31515;"&gt;"Center"&lt;/span&gt;/&amp;gt;
                                                        &amp;lt;/Border&amp;gt;
                                                    &amp;lt;/DataTemplate&amp;gt;
                                                &amp;lt;/ItemsControl.ItemTemplate&amp;gt;
                                            &amp;lt;/ItemsControl&amp;gt;
                                        &amp;lt;/DataTemplate&amp;gt;
                                    &amp;lt;/sdk:DataGridTemplateColumn.CellTemplate&amp;gt;
                                &amp;lt;/sdk:DataGridTemplateColumn&amp;gt;
                            &amp;lt;/sdk:DataGrid.Columns&amp;gt;
                        &amp;lt;/sdk:DataGrid&amp;gt;
                        &amp;lt;/Grid&amp;gt;
                          

                    &amp;lt;/DataTemplate&amp;gt;
                &amp;lt;/reporting:Report.ItemTemplate&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/pre&gt;&lt;/div&gt;</description><author>mbcooper</author><pubDate>Mon, 09 Jan 2012 20:17:58 GMT</pubDate><guid isPermaLink="false">New Post: Bound Grids -- not creating the right DesiredSize: Fail to page properly 20120109081758P</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>Updated Release: Release 1.0.0-alpha.3 (Jan 06, 2012)</title><link>http://silverlightreporting.codeplex.com/releases/view/80092</link><description>&lt;div class="wikidoc"&gt;Back at it! Here are the minor but important updates for this release&lt;br /&gt;*Now targets Silverlight 5&lt;br /&gt;*Added ability to specify postscript (vector) printing. The selected driver must support PostScript or this setting will have no effect.&lt;br /&gt;*Fixed issue with not being able to re-print the report. (and fixed leaky event handlers)&lt;br /&gt;*Added null check on templates&lt;br /&gt;&lt;br /&gt;Versioning changed to conform to semantic versioning http://semver.org&lt;br /&gt;&lt;br /&gt;This is still alpha, and is a minor project. Expect bugs. Report them when you do. Offer fixes if you can :)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Psychlist1972</author><pubDate>Sat, 07 Jan 2012 06:55:22 GMT</pubDate><guid isPermaLink="false">Updated Release: Release 1.0.0-alpha.3 (Jan 06, 2012) 20120107065522A</guid></item><item><title>Released: Release 1.0.0-alpha.3 (Jan 06, 2012)</title><link>http://silverlightreporting.codeplex.com/releases/view/80092</link><description>
&lt;div class="wikidoc"&gt;Back at it! Here are the minor but important updates for this release&lt;br&gt;
*Now targets Silverlight 5&lt;br&gt;
*Added ability to specify postscript (vector) printing. The selected driver must support PostScript or this setting will have no effect.&lt;br&gt;
*Fixed issue with not being able to re-print the report. (and fixed leaky event handlers)&lt;br&gt;
*Added null check on templates&lt;br&gt;
&lt;br&gt;
Versioning changed to conform to semantic versioning http://semver.org&lt;br&gt;
&lt;br&gt;
This is still alpha, and is a minor project. Expect bugs. Report them when you do. Offer fixes if you can :)&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sat, 07 Jan 2012 06:55:22 GMT</pubDate><guid isPermaLink="false">Released: Release 1.0.0-alpha.3 (Jan 06, 2012) 20120107065522A</guid></item></channel></rss>