Search Results

1
vote

How can I programmatically change the Page Header height in a RDLC report?

A RDLC file is basically an XML file. If you first change the value of the XML node: Report \ PageHeader \ Height and afterwards you load the report definition in the Report Viewer control you can …
0
votes

C# VS.NET 2008 Changing settings per configuration

Besides all these, MS promised to add this feature in VS 2010. …
4
votes

pre compile website in Setup & Deployment

I see you tried the standard Web Setup project from VS. Scott Gu's blog post takes you to this page: …