I need to set a report from portrait to landscape. I searched the archives and found what I thought I needed. I made sure I had service pack 5 and where I thought I needed it, I inserted the following statement:
Report8.orientation = 2
I got the following compile error: Invalid use of property.
Upon further searching, I found that this property can not be set at design time. My questions are (1) Where do I set this property? (2) Is my statement incorrect? (The Datareport name is "Report8") (3) Why is this property not visible in the properties screen for the datareport?
Thanks!
Ralph
Report8.orientation = 2
I got the following compile error: Invalid use of property.
Upon further searching, I found that this property can not be set at design time. My questions are (1) Where do I set this property? (2) Is my statement incorrect? (The Datareport name is "Report8") (3) Why is this property not visible in the properties screen for the datareport?
Thanks!
Ralph