Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extra page
Message
General information
Forum:
ASP.NET
Category:
Reporting
Title:
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01019020
Message ID:
01019187
Views:
17
From reading your post I understand that you are trying to print a very simple report (i.e not bound to data). I just wanted to make you aware of the fact that you can print without using a report engine like Crystal. If your app only contains this simple report why add the overhead of Crystal to your app.
If you investigate the System.Drawing.Printing namespace in help you will find a lot of good examples. Particualarly search for the class PrintDocument.
I am making my assumptions about your app from the little you wrote in your post and maybe this isn't a good option for you, but it might be something worth thinking about.

Einar



>I have built a simple two paramater field report. The user enters information on a winform and the data prints. Works fine except for one thing. I get the report and a blank page for each copy of the report. If I request 1 copy I get the report and 1 blank page. If I request 4 copies I get 4 copies of the report and 4 blank pages. Obiously I don't want the blank pages.
>
>I assume Crystal thinks it can't fit everything on the page, but I can't seem to find anywhere to fix this rather strange behavior. The parameter fields are only about 20 characters and are in the details section. All other sections have been shrunk down to nothing.
>
>I'm running VS 2003. No database is attached. Real simple stuff.
>
>Any suggestions?
>
>Also, is there any GOOD online resource or book for C# and Crystal reports. So far I have been very dissapointed in what I have found.
>
>thanks
>
>Alan Wyne
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform