VB.NET and CR.NET printing a report with out report viewer

B

Brian Henry

Is there a way to print a report with out a report viewer loading? or do you
have to always run the report first then print it in the report viewer?
right now i am making a Crystal Reports document object and loading the
report into which also has a print method, but it has a bunch of parameters
for which i could never guess at like start and end page number etc...
thanks for any help
 
P

Peter Huang

Hi Brian,

I think you may try to take a look at the PrintToPrinter method, also with
the example code.
ReportDocument.PrintToPrinter Method
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crystlrf/ht
ml/crlrfreportdocumentclassprinttoprintermethodtopic.asp

For detailed information about crystal report issue, I think you may try to
contact crystal report
support so that you can get detailed information.
http://support.businessobjects.com/

Here is the Forum you may also have a try.
http://support.businessobjects.com/forums/content.asp?fid=251&sk=5&

Crystal Reports Samples
http://support.businessobjects.com/fix/samplescr.asp

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Top