Printable version

  • Thread starter Thread starter RS
  • Start date Start date
R

RS

Hi guys,
I am trying to make printable versions for some ASP.NET reports that
I have. The data is in a gridview control. Does anyone know how to auto
set the page orientation to Landscape, rather than having the user to
manually change it everytime they try to print?
Thanks
R
 
ASP.NET does not has any option print reports, however what you can do is that you store the datasource into a session and use a third party control like www.Siberix.net to create a PDF of that report. I have used the control quite a lot and it worked very well.

Hope it helps

Sonu Kapoor [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top