Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,
I want to generate the report in C#.net. i am using MS SQL Server report Builder to design the report. i have done this . i don't know how to call this .rdl file in my C# application. If anybody have an idea please share to me .


Thank you.
Posted

1 solution

You can show the report using a SSRS ReportViewer.
Refer: MSDN: ReportViewer Controls (Visual Studio)[^]

Following article will help you understand the inner details: MSDN: Deploying Reports and ReportViewer Controls[^]
 
Share this answer
 
Comments
Member 10418931 21-May-14 6:27am    
how to add the rdl file in windows application

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900