I designed a data report and it was working well on my pc, when i loaded my application on another pc, there was an error that report width is out of paper, how can i solve this problem that report work well on all the systems.
Thanks
Printable View
I designed a data report and it was working well on my pc, when i loaded my application on another pc, there was an error that report width is out of paper, how can i solve this problem that report work well on all the systems.
Thanks
To solve ur problem just change the paper size of the printer through the control panel and run your application again.
Hope this would solve ur problem
I want to do this through coding, else otherwise, I have to tell the customer to set the page width on all machines.
report.leftmargin = *small number*
report.rightmargin = *small number*
I have already tried this, but the problem is there. Actually, I think the problem is of printer. Maybe I have to set the width and height of the report according to printer, but I don't know how.
or maybe ur report is GENIUNELY too big for the printer, ya gotta make it smaller!
Actually, report is running fine on my PC, but on another PC, it is not. This may be a printer problem. Moreover, if report is too large to fit on the data report, how can I display it horizontally ?
I've been away for a week and u've probably allready solved this, but set ur report.orientation (i think thats the property) to landscape.