Print Service?

I have a button that allows me to print my report, but when I launch the program and try to print it, it says that no print service is found. How do i set up a print service? Below is my script:

[code]report = event.source.parent.getComponent(‘Report Viewer’)

report.print()
[/code]

Is it just like setting a printer up or do i need to script/code it into the button?

Do you have any printers installed?

Come to think of it I’ve never run across this, but then I’ve always had a printer installed beforehand.

I’ll put a vm together to test.