Connecting Tech Pros Worldwide Forums | Help | Site Map

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

Brian Henry
Guest
 
Posts: n/a
#1: Nov 21 '05
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



Peter Huang
Guest
 
Posts: n/a
#2: Nov 21 '05

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


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/de...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/f...?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.

Brian Henry
Guest
 
Posts: n/a
#3: Nov 21 '05

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


thanks that helps a lot!

""Peter Huang"" <v-phuang@online.microsoft.com> wrote in message
news:Daf11odfEHA.3636@cpmsftngxa06.phx.gbl...[color=blue]
> 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/de...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/f...?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.
>[/color]


Closed Thread