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
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