Hello,
use somethign like this....
rd.PrintOptions.PaperOrientation = PaperOrientation.Landscape;
rd.FormatEngine.PrintOptions.PaperSize = PaperSize.Paper11x17;
rd.FormatEngine.PrintOptions.PaperSize = PaperSize.PaperCsheet;
(rd -> ReportDocument Object, of that particular report)
I am not sure of only applying to detail section. But you can
apply to the page of the report, which will expand the report
details section.
Hope this helps.
With Regards,
Raghavendra Mudugal
|