Good evening,
I have a "continuous report" that can grow to an infite length depending on the number of records. Due to design parameters, the report needs to grow horizontally. Here's an example:
Rec Item1 Item2 Item3 Item4
1
2
3
4
With data being populated under Item1 through Item4. Oftentimes, a particular Rec may have an Item5, Item6, Item7, etc. etc. So, the report grows horizontally. Of course, this isn't possible (I don't think), so we had to make it grow vertically.
To meet the design needs, we set the Vertical property of every label and text box to "Yes." The result is a report that you have to look at sideways on your computer, but prints very nicely.
I'd be happy there. However, I should know better! Enough users are complaining (Hey, I can turn my laptop on its side, but it's harder for them with desktops!!) that I need to find a way to rotate the ENTIRE report 45 degrees.
There are many posts here about rotating TEXT and LABELS, but not entire REPORTS. Does anyone know if this is possible?
Thanks,
Paul
I have a "continuous report" that can grow to an infite length depending on the number of records. Due to design parameters, the report needs to grow horizontally. Here's an example:
Rec Item1 Item2 Item3 Item4
1
2
3
4
With data being populated under Item1 through Item4. Oftentimes, a particular Rec may have an Item5, Item6, Item7, etc. etc. So, the report grows horizontally. Of course, this isn't possible (I don't think), so we had to make it grow vertically.
To meet the design needs, we set the Vertical property of every label and text box to "Yes." The result is a report that you have to look at sideways on your computer, but prints very nicely.
I'd be happy there. However, I should know better! Enough users are complaining (Hey, I can turn my laptop on its side, but it's harder for them with desktops!!) that I need to find a way to rotate the ENTIRE report 45 degrees.
There are many posts here about rotating TEXT and LABELS, but not entire REPORTS. Does anyone know if this is possible?
Thanks,
Paul