Printing in A4 size...

  • Thread starter Thread starter Vinayaka
  • Start date Start date
V

Vinayaka

I am using ASP.Net and .net 1.1

I have created some web based report which will be displayed in ASPX page
and user has to select the browser File Print to take print outs.
Requirement for all these report is, "all reports should fit into A4 size".
The general rule I am following in all the reports is that the data will not
be displayed in browser with horizontal scroll bar to make sure the report
will be printed with A4. How to make sure that reports are A4 size only.

Thanks for your suggestions.

Vin
 
I really don't think this is an Asp.NET issue as your code is rendered to the browser as html. So, maybe with some <div> tags and some css should do the trick for you
 
Back
Top