Page Size & Orientation 
Author Message
 Page Size & Orientation

Crystal Reports 7 - VB6

I can find no way in the ActiveX Report Designer of setting the page size or
orientation (portrait/landscape).
Can someone please help?

David F



Tue, 15 Jul 2003 23:01:39 GMT  
 Page Size & Orientation
dim report as new crxdrt.report
report.paperSize = <any of the predefined Crystal Enums for paperSize>
report.paperOrientation = <any of the predefined Crystal Enums for paper
orientation>

Hope this helps

Quote:

>Crystal Reports 7 - VB6

>I can find no way in the ActiveX Report Designer of setting the page size
or
>orientation (portrait/landscape).
>Can someone please help?

>David F



Sat, 19 Jul 2003 19:33:00 GMT  
 Page Size & Orientation
Fred

Thanks for the response, but I am not sure my problem is really solved.

In VB6
    Project --> Add Crystal Reports 7
    A Design Wizard starts which enables a report to be defined and various
fancy bits of layout. The page size seems to default to A4 portrait and one
can only design within this framework. I cannot see at this stage how to
change the size or orientation.

David F

Quote:
> dim report as new crxdrt.report
> report.paperSize = <any of the predefined Crystal Enums for paperSize>
> report.paperOrientation = <any of the predefined Crystal Enums for paper
> orientation>

> Hope this helps


> >Crystal Reports 7 - VB6

> >I can find no way in the ActiveX Report Designer of setting the page size
> or
> >orientation (portrait/landscape).
> >Can someone please help?

> >David F



Sat, 19 Jul 2003 22:53:38 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Setting page size and orientation using VBA

2. Page size for the background= Page size of the first page of the drawing

3. Emulator screen size & orientation

4. Apply Size/Orientation to Whole Doc

5. Printer paper size and orientation

6. Paper size and orientation

7. Setting paper size/orientation in VB3?

8. Setting up the paper orientation and paper size

9. Changing page margins and orientation for an Access Report

10. Using ExecWB for Page Orientation

11. Determine word doc page orientation from VB5

12. Orientation of the page when printing in vb.net

 

 
Powered by phpBB® Forum Software