How to show 2 or more columns in a sub-report

  • Thread starter Thread starter Sidnei Cordeiro
  • Start date Start date
S

Sidnei Cordeiro

I have a sub-report with 2 colunms. When I open the subreport alone, its ok
and I can setup margins and columns attributes. But when I open the report
embedded as a sub-report, it shows only the left column. What can I do to
show the 2 columns on the subreport?


Thank you for your support

Sidnei Cordeiro
(e-mail address removed)
 
Sidnei said:
I have a sub-report with 2 colunms. When I open the subreport alone, its ok
and I can setup margins and columns attributes. But when I open the report
embedded as a sub-report, it shows only the left column. What can I do to
show the 2 columns on the subreport?


Because subreports are unaware of page boundaries, they can
only get multiple columns if you use Across then Down
snaking or set the subreport control's CanGrow to No.
 
Back
Top