User Profile

Collapse

Profile Sidebar

Collapse
dshipe
dshipe
Last Activity: Sep 9 '07, 02:30 AM
Joined: Aug 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dshipe
    replied to Dynamic RDLC generation question
    The easiest way to generate a simple RDLC from a dataset is transform the schema xml into the RDLC.

    The basic idea is to build rather generic RLDC file off a DataSet. You can then bind both the DataSet and the RDLC to a ReportViewer control and get your report. I generate the RDLC by transforming the DataSet XML schema into a RDLC file via and XSLT transform.

    Here is a website showing the C# code and the XSLT......
    See more | Go to post

    Leave a comment:


  • dshipe
    replied to Dynamic RDLC generation question
    At the end of all that, I have generated the SQL string and I have to dynamically generate the RDLC code for this new UDR report."


    Here is an alternate method for generating an RDLC....
    http://csharpshooter.b logspot.com/2007/08/generate-rdlc-dynamically-for-vs-2005.html
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...