Home
Analytics
Automatic Printing of PDF from IE
praposo
I am using this to open up a window of the birt report as a pdf, is there any way to send it to print automatically?
run?__report=../../../files/GenDocs/gen/forms/" + formLoc + ".rptdesign&__format=pdf&__locale=en_US&__masterpage=true";
Find more posts tagged with
Comments
shahamar
Try out
output?__format=html&__report=<reportName>&__fittopage=false&__pagebreakonly=false&__overwrite=false
praposo
That did work, but it was not what I was looking for.
I was looking for a way to open up the report and have it either print to the default printer or have the print box pop and then have the end user select their method of printing.