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:
Printable View
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:
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
VB Code:
printer.PaperSize = 'Value
yeah, i already try this code:
but still there's no effect.tnx for ur reply. :)VB Code:
Printer.Papersize='Value'
the default papersize is 1 'short size bond paper
2 for long, depending on the settings on your printer
yeah its default value is 1 then once you changed it to 2 an error will occur which is "Invalid property value"
Moved to reporting section