PDA

Click to See Complete Forum and Search --> : changing data report papersize


gem882002
Mar 6th, 2006, 09:33 PM
how can i change the papersize of the data report?i have to use folio or legal size instead of letter size which is 8.5x11.i need to use 8.5x13.

any idea?please kindly help me.... :blush:

d3gerald
Mar 6th, 2006, 09:38 PM
normally, datareport gets the default settings set by the print server or the printer itself. you can also set it by using Printer.Papersize property command


printer.PaperSize = 'Value

gem882002
Mar 6th, 2006, 09:42 PM
yeah, i already try this code:

Printer.Papersize='Value'

but still there's no effect.tnx for ur reply. :)

d3gerald
Mar 6th, 2006, 09:51 PM
the default papersize is 1 'short size bond paper
2 for long, depending on the settings on your printer

gem882002
Mar 6th, 2006, 09:55 PM
yeah its default value is 1 then once you changed it to 2 an error will occur which is "Invalid property value"

Hack
Mar 7th, 2006, 05:47 AM
Moved to reporting section