Need help with Printing report in Landscape, Pay $100

  • Need help with Printing report in Landscape with sql server reporting services , detail check

    http://www.e2xpert.com/project.asp?projectid=10158

  • setup PageHeight and PageWidth properties in the report.

  • We had to 1) make sure that there was not extra white space to the right of the report's columns and 2) on the File -> Report Properties -> Layout tab set the page width to 11in and the page height to 8.5in (i.e. landscape).  I don't think we did anything else to get it to work.

  • 1. Set the PageSize (Width = 11in, Height = 8.5 in) and Margins properties of the Report object.

    2. Set the Size property of the Body object to fit within the margins of the report. For instance, if all the margins are 1in, then the Body Width must be <= 9in.

    3. All subreports must also be landscape and fit in the margins of the main report. Using only built-in RS functionality, you cannot mix portrait and landscape pages or subreports within a report.

     

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply