<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for danzaharia</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/danzaharia/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for danzaharia</title><link>http://channel9.msdn.com/Niners/danzaharia/</link></image><description>Entries, comments and threads posted by danzaharia</description><link>http://channel9.msdn.com/Niners/danzaharia/</link><language>en-us</language><pubDate>Tue, 22 Jul 2008 20:55:02 GMT</pubDate><lastBuildDate>Tue, 22 Jul 2008 20:55:02 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Customizing "Export" control of ReportViewer [Customizing "Export" control of ReportViewer]</title><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt; For my current project I need to output some information in a ReportViewer which is reading an RDLC.  While the report looks correct in the viewer, and even looks correct in the generated Excel document, the PDF is giving me problems.  The report looks something along the lines of this&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Column1Head      Column2Head      Column3Head      Column4Head&lt;/P&gt;
&lt;P&gt;Column1                Column2               Column3               Column4&lt;/P&gt;
&lt;P&gt;Column1                Column2               Column3               Column4&lt;/P&gt;
&lt;P&gt;Column1                Column2               Column3               Column4&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;In the PDF, however, it is doing the following&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;
&lt;P&gt;Column1Head      Column2Head      Column3Head&lt;/P&gt;
&lt;P&gt;Column1                Column2               Column3&lt;/P&gt;
&lt;P&gt;Column1                Column2               Column3&lt;/P&gt;
&lt;P&gt;Column1                Column2               Column3&lt;/P&gt;&lt;P&gt;Column4Head&lt;/P&gt;&lt;P&gt;Column4&lt;/P&gt;&lt;P&gt;Column4&lt;/P&gt;&lt;P&gt;Column4&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;In other words, rather than breaking each line to accomodate the page width, it is breaking the entire table.  I would prefer it to do neither of these.  Is there any way to instruct the ReportViewer on some different parameters for the PDF generation?  Perhaps a page width property differing from that of the actual reportviewer?&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/417064-Customizing-Export-control-of-ReportViewer/'&gt;Customizing "Export" control of ReportViewer&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/417064/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/417064-Customizing-Export-control-of-ReportViewer/</comments><link>http://channel9.msdn.com/forums/TechOff/417064-Customizing-Export-control-of-ReportViewer/</link><pubDate>Tue, 22 Jul 2008 20:55:02 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/417064-Customizing-Export-control-of-ReportViewer/</guid><evnet:views>1096</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/417064/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi,
 For my current project I need to output some information in a ReportViewer which is reading an RDLC.  While the report looks correct in the viewer, and even looks correct in the generated Excel document, the PDF is giving me problems.  The report looks something along the lines of&amp;#8230;</evnet:previewtext><dc:creator>danzaharia</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/417064-Customizing-Export-control-of-ReportViewer/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/417064/Trackback.aspx</trackback:ping></item><item><title>Microsoft Word Tables [Microsoft Word Tables]</title><description>&lt;P&gt;I am trying to programatically generate a table, but the problem is that this table does break across several pages as it contains quite a large amount of information.  I would like to set up a system whereby whenever the table experiences a page break, it generates the header row of the column again.  Since each row is generated by a loop which retrieves that row's information, outputs it, moves on to the next row, retrieves its information, moves on to the next row...  I want to make an if statement at the beginning of each cycle which should say&lt;/P&gt;
&lt;P&gt;If previous row is on a different page from current row&lt;/P&gt;
&lt;P&gt;   generate a table header&lt;/P&gt;
&lt;P&gt;End If&lt;/P&gt;
&lt;P&gt;Unfortunately, I cannot accomplish this using word pageHeaders because I am already putting information in the headers.  Does anyone know a method of accomplishing this or comparing the pages of two rows?  Which property would that be in?  Any assistance would be greatly appreciated.&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/413079-Microsoft-Word-Tables/'&gt;Microsoft Word Tables&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/413079/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/413079-Microsoft-Word-Tables/</comments><link>http://channel9.msdn.com/forums/TechOff/413079-Microsoft-Word-Tables/</link><pubDate>Tue, 01 Jul 2008 15:46:19 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/413079-Microsoft-Word-Tables/</guid><evnet:views>746</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/413079/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I am trying to programatically generate a table, but the problem is that this table does break across several pages as it contains quite a large amount of information.  I would like to set up a system whereby whenever the table experiences a page break, it generates the header row of the column&amp;#8230;</evnet:previewtext><dc:creator>danzaharia</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/413079-Microsoft-Word-Tables/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/413079/Trackback.aspx</trackback:ping></item><item><title>ASP.NET Development Server [ASP.NET Development Server]</title><description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on a web project in VS which seems to be having problems running.  When I click on the debug button, the ASP.NET Development Server comes up fine, but I am getting an error in Internet Explorer which reads as follows-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server Error in '/Local700' Application.&lt;BR&gt;--------------------------------------------------------------------------------&lt;BR&gt;&lt;BR&gt;The resource cannot be found. &lt;BR&gt;Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. &lt;BR&gt;&lt;BR&gt;Requested URL: /Local700/default.aspx&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;--------------------------------------------------------------------------------&lt;BR&gt;Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 &lt;BR&gt;&lt;BR&gt;&lt;/P&gt;&lt;P&gt;This error comes up no matter what.  I even got the error when the current document was an html file.  Also, this problem doesn't come up when I run other projects.  What might be causing this specific project to behave this way?&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/412487-ASPNET-Development-Server/'&gt;ASP.NET Development Server&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/412487/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/412487-ASPNET-Development-Server/</comments><link>http://channel9.msdn.com/forums/TechOff/412487-ASPNET-Development-Server/</link><pubDate>Fri, 27 Jun 2008 18:47:29 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/412487-ASPNET-Development-Server/</guid><evnet:views>1174</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/412487/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hello,I am working on a web project in VS which seems to be having problems running.  When I click on the debug button, the ASP.NET Development Server comes up fine, but I am getting an error in Internet Explorer which reads as follows-Server Error in '/Local700'&amp;#8230;</evnet:previewtext><dc:creator>danzaharia</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/412487-ASPNET-Development-Server/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/412487/Trackback.aspx</trackback:ping></item><item><title>Problems with System.Web.Extensions [Problems with System.Web.Extensions]</title><description>&lt;P&gt;I am a Visual Studio 2008 user, and I recently began working on a project involving System.Web.Extensions.  When I try to test the project, i get an error which reads: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error	1	Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.	C:\Documents and Settings\Dan\Desktop\New Project\Web\Local700\web.config	35 &lt;BR&gt;&lt;BR&gt;&lt;/P&gt;&lt;P&gt;I have added System.Web.Extensions to my references, and in fact the version in my references is 1.0.61025.0, which is the one the error says is missing.  Also, I had the 3.5 version listed in my references, but I removed it, fearing that the error might have been some sort of conflict.  Does anyone know what might be missing?&lt;/P&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/412111-Problems-with-SystemWebExtensions/'&gt;Problems with System.Web.Extensions&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/412111/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/412111-Problems-with-SystemWebExtensions/</comments><link>http://channel9.msdn.com/forums/TechOff/412111-Problems-with-SystemWebExtensions/</link><pubDate>Thu, 26 Jun 2008 15:01:21 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/412111-Problems-with-SystemWebExtensions/</guid><evnet:views>1338</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/412111/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I am a Visual Studio 2008 user, and I recently began working on a project involving System.Web.Extensions.  When I try to test the project, i get an error which reads: Error	1	Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,&amp;#8230;</evnet:previewtext><dc:creator>danzaharia</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/412111-Problems-with-SystemWebExtensions/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/412111/Trackback.aspx</trackback:ping></item></channel></rss>