Search code examples
c#asp.netrdlcreport

Generating reports at runtime


I want to to generate a Microsoft Report(.rdlc) in C# with dynamic columns at the time of report generation . I mean not by selecting any column from database table at the time of Microsoft Report(.rdlc) design. Instead of that passing an SQl query string and get the Microsoft Report(.rdlc) dynamically at runtime in ASP.net C#.

Is there any tutorial which will guide me how do i proceed with this? I an very new to Reports and it is getting difficult for me even to search google regarding my query.

Hope someone guides me to help me generate reports.Any tutorial or useful link with source code would be very helpful.

Report outlook

enter image description here


Solution

  • You can try the following link for generating RDLC dynamically. http://csharpshooter.blogspot.com/2007/08/revised-dynamic-rdlc-generation.html