SAP Knowledge Base Article - Public

1723295 - How to print first page in portrait and consecutive pages in Landscape mode in Crystal Reports Designer

Symptom

 How to print first page in portrait and consecutive pages in Landscape mode in Crystal Reports Designer

Environment

  • Crystal Reports 2008
  • Crystal Reports 2011

Resolution

  1. Go to Report menu -> Section Expert
  2. Select Details section and click on Insert button
  3. It will split the detail section into two sections
  4. Click on Ok
  5. Copy all fields from Details section a and paste it on Details section b
  6. Go to Section Expert-> select Details a ->Common tab -> Suppress (No Drill-Down)
  7. Write the below code in it
  8. if PageNumber =1 then false else true

  9. Go to Section Expert-> select Details b ->Common tab -> Suppress (No Drill-Down)
  10. if PageNumber =1 then true else
    false
  11. Go to Paging tab in the section expert
  12. For Details a, select Default or Portrait Orientation
  13. For Details b, select Landscape Orientation.

portrait_landscape.JPG

 


 

Keywords

Different orientation modes, different page styles in a single report, landscape and portrait in single report, landscape, portrait, Crystal Reports , KBA , BI-RA-CR-DSL , Crystal Reports on C++ Data Semantic Layer (ClassicUniverse) , How To

Product

Crystal Reports 2008 V1 ; SAP Crystal Reports 2011