Printing seems to "shrink" the form
Posted: Mon Oct 02, 2006 8:33 am
I have a form which is a series of text fields which all print a variable from the dictionary. These are all printed in courier 4.5 point, and each line is 0.16" high. This is designed to give a 60 lines printed page, which is how it appears in the designer.
I'm displaying the report using code similar to :
dim rpt as new Stimulsoft.Report.StiReport
rpt.load("myreport.mrt")
rpt.dictionary.variables("Field1")="text"
rpt.dictionary.variables("Field2")="text" etc
rpt.compile
rpt.show or rpt.print
If I show the report it appears ok on screen.
However, if I print it the print appears tiny, and the complete print appears in the top corner of the page (about 2.5" across and 3" down)
Have I done something wrong?
Simon
I'm displaying the report using code similar to :
dim rpt as new Stimulsoft.Report.StiReport
rpt.load("myreport.mrt")
rpt.dictionary.variables("Field1")="text"
rpt.dictionary.variables("Field2")="text" etc
rpt.compile
rpt.show or rpt.print
If I show the report it appears ok on screen.
However, if I print it the print appears tiny, and the complete print appears in the top corner of the page (about 2.5" across and 3" down)
Have I done something wrong?
Simon