Is there any way to make a single page of report to print landscape for graphic model?
Best Reply
There's the same method with different parameters set:
| BeginSection ( double p_dPageHeight, double p_dPageWidth, double p_dDistHeader, double p_dDistFooter, int p_iLeftMargin, int p_iRightMargin, int p_iTopMargin, int p_iBottomMargin, boolean p_bAcceptHeaderFooter, int p_nType ) Using p_dPageHeight and p_dPageWidth, you can create new sections with any page sizes and orientations. --- BR, Nikita | 
3 Replies
could you please tell me what is the right metmod for this formatting (landscape/portrait)? is it the same of BeginSection ( boolean p_bAcceptHeaderFooter, int p_nType ) ?
There's the same method with different parameters set:
| BeginSection ( double p_dPageHeight, double p_dPageWidth, double p_dDistHeader, double p_dDistFooter, int p_iLeftMargin, int p_iRightMargin, int p_iTopMargin, int p_iBottomMargin, boolean p_bAcceptHeaderFooter, int p_nType ) Using p_dPageHeight and p_dPageWidth, you can create new sections with any page sizes and orientations. --- BR, Nikita | 
 
			
Nikita Martyanov on
Yes, you can create new section with different formatting (eg landscape/portrait, A3/A4 etc), using scripting.
---
BR, Nikita