Hi again.
I have a question about extension of PDF, how to change orientation of PDF?, because in report only have 15 colums and my report have 17 colums.
Report PDF
And report view interface mydbr
Thanks.
Best regards
Ing. Juan Garcia
Hi again.
I have a question about extension of PDF, how to change orientation of PDF?, because in report only have 15 colums and my report have 17 colums.
Report PDF
And report view interface mydbr
Thanks.
Best regards
Ing. Juan Garcia
Hi,
you can change the orientation of the PDF with the 'orientation'-option. To use landscape mode, use:
select 'dbr.export.options','orientation','landscape';
The font size should be the same in HTML as in the PDF (bit hard to tell from the image).
--
myDBR Team
Hi again, how to integrate images in export report?. I try to use this option but not is for PDF :/
include_image
- Defines whether charts are included in the Excel export
View of report in mydbr
Report after export command
I tried to use img source url from web and local storage (mydbr/user/images) but not see images when export :/
Best Regards
Ing. Juan GarcĂa
Images will be shown in PDF if you have a full path to image file in your report. You did not shown how your image is generated in the report.
--
myDBR Team
Nice, Thanks :D
You must log in to post.