cancel
Showing results for 
Search instead for 
Did you mean: 

How to print a crystal report in Tally MT691 line printer?

Former Member
0 Kudos

I have recently developed a crystal report with version 8.5 in windows-based operation system (windows xp). My client today told me that the report has to be able to print to a network printer - line printer (Tally MT691); otherwise, the crystal report I developed becomes useless. I have no experiences with line printer. Could you please give me some instructions on how to make it happen?

Any help is greatly appreciated. Thanks again.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Do you want to print report through code.


boReportDocument.PrintOptions.PrinterName = "NetworkNamePrinterName" 
 
'Send to Printer 
boReportDocument.PrintToPrinter(False, 0, 1, 1) 
'CrystalReportViewer1.ReportSource = boReportDocument

you can get sample code from [here|https://www.sdn.sap.com/irj/boc/samples]

Regards,

Shweta

former_member183750
Active Contributor
0 Kudos

This is a cross post of:

Do not cross post. See the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]

Locking this thread as answer is posted at the above thread.

BTW., Shweta, notice the customer is using CR 8.5 and thus can not have the assemblies for .NET and therefore can not use your suggestion.

Ludek

Answers (1)

Answers (1)

former_member183750
Active Contributor
0 Kudos

cross post