Rendering Subreport w/Columns?

  • Thread starter (PeteCresswell)
  • Start date
P

(PeteCresswell)

I've got a subreport where the Report.PageSetup specifies
columns, but when it renders on the parent report, the columns
are not implemented.

viz: http://tinyurl.com/29pywn8

Is that functionality not available in a subreport or am I doing
something wrong?


Tangentially, it would be nice if I could make the enclosing
option box expand with the size of the subreport. I guess that
can be done within the subreport by writing some code, but is
there an object or something that will do that automagically?
 
J

John Spencer

In a subreport Across then Down for columns works, but Down then Across does
not "work".

The reason is that as a sub-report the report object has no way to determine
when it has reached the end of the page and therefore does not know when to
start the next column. The main report is the one that handles paging, etc.

If you are using Across then Down then post back. That should work.

(PeteCresswell) said:
I've got a subreport where the Report.PageSetup specifies
columns, but when it renders on the parent report, the columns
are not implemented.

viz: http://tinyurl.com/29pywn8

Is that functionality not available in a subreport or am I doing
something wrong?


Tangentially, it would be nice if I could make the enclosing
option box expand with the size of the subreport. I guess that
can be done within the subreport by writing some code, but is
there an object or something that will do that automagically?

--

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top