sending parameters and printing a report

ImAltImAlt Member Posts: 7
From a form i would like to print report. So i created a report variable. Here i would need to pass some parameters too. Code is something like this

clear(rpt)

rpt.xxx(xx1,xx2); <- passing parameters to a function in the report

rpt.RUNMODAL;

But I would just like to print report directly. Meaning to say directly sending report to the printer.

How can i do that? Is that possible in my case?

Thanks
Navision Developer

Comments

Sign In or Register to comment.