views:

408

answers:

1

I have a report with subreports and when running subreports it's as if the subreport height is not being taken into account.

So for example ... if I had a report where 10 lines that would fit on each page and then mofified that report by adding a subreport that had child data (say 2 or 3 lines for each of the 10 lines of parent data), the 1st page of my modified report still tries to fit all 10 lines of the main parent data and as a result, the first page is actually very, very tall looking.

I'm...

  • Using a dynamically generated rdlc file.
  • Handling SubreportProcessingEventHandler to get the data for each subreport
  • Using the v9 version (the one that comes with VS 2008)

NOTE: The same RDL works fine when used in the equivalent WinForms report viewer.

A: 

this is just a "feature" (see my comments)

MikeG