Formatting a print out
-
Hello All, I’m facing a little problem; I’m working on a .net web application with ASP.Net and C#. The Application ends up generating a standardized formatted report that the user needs to print. I have the report in a way that the contents of each intended page are in a separate panel. The problem now is: 1- Making/formatting each panel (virtual page) to fit in exactly one printable page (standard letter size paper) 2- Enforcing a page break between each two panels, they don’t print continuously Any ideas or suggested controls, any help is greatly appreciated Thanks in Advance.
-
Hello All, I’m facing a little problem; I’m working on a .net web application with ASP.Net and C#. The Application ends up generating a standardized formatted report that the user needs to print. I have the report in a way that the contents of each intended page are in a separate panel. The problem now is: 1- Making/formatting each panel (virtual page) to fit in exactly one printable page (standard letter size paper) 2- Enforcing a page break between each two panels, they don’t print continuously Any ideas or suggested controls, any help is greatly appreciated Thanks in Advance.
Why worry that much??? Crystal Reports!!! That too v10, has GREAT printing options in Web based applications There is nothing new under the sun,
But there are lots of old things we don't know.
- Ambrose Bierce -
Why worry that much??? Crystal Reports!!! That too v10, has GREAT printing options in Web based applications There is nothing new under the sun,
But there are lots of old things we don't know.
- Ambrose BierceActually I'm looking for a way other than Crystal Report, because I can't use Crystal Reports for other reasons. So, is there any other way to acomplish that. Thanks