Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report being Cut off in Web View

Status
Not open for further replies.

Tammi

Programmer
Jun 5, 2003
5
US
I have my crystal reports written in landscape and when I view the report via the web it cuts off the report on the right. I thought I needed to put code .cs file indicating landscape, so this code is there.

rptReport.PrintOptions.PaperOrientation = PaperOrientation.Landscape;
rptReport.PrintOptions.PaperSize = PaperSize.PaperLetter;
rptReport.PrintOptions.PaperSource = PaperSource.Upper;
rptReport.PrintOptions.PrinterDuplex = PrinterDuplex.Default;

It is still cutting off the report. Any more advice?

Thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top