[development-axapta] Re: re : how to get the report page attribute

2004-05-03 Thread klio1103
hi sinn, try use following statements: element.design().printerPageHeight(); element.design().printerPageWidht(); maybe this will help you. br, klio --- In [EMAIL PROTECTED], sinn3653 [EMAIL PROTECTED] wrote: hi all, can anyone tell me how can i get the

[development-axapta] Re: re : how to get the report page attribute

2004-05-03 Thread sinn3653
hi kilo, thanks for your help. best regards, sinn --- In [EMAIL PROTECTED], klio1103 [EMAIL PROTECTED] wrote: hi sinn, try use following statements: element.design().printerPageHeight(); element.design().printerPageWidht(); maybe this will help you.