Hi There every body....
I was trying to create a report in ASP.NET 2005, using report viewer control. I did all the steps mentioned in the article
http://www.c-sharpcorner.com/UploadFile/asif.blog/rsweb10109152006235137PM/rsweb101.aspx to make the report. Every thing goes fine. But the print button does not show up. I dont understand the purpose of making report if you cannot print them.
I then installed SQL Server 2005 and used reporting services it and print button is right there i.e, rdl reports shows the print button but rdlc does not.
All I want is to enable my .aspx page to print reports. or is there a way to embed .rdl report made in SQL Report server into asp.net project. Please give me some example code .
Thanx in advance.