In the main report where you added the subreport reportitem - did you set
the NoRows message there?
Note: if a subreport has no rows, then NoRows messages on data regions
inside the subreport will not be shown, because the subreport is not
executed. Only the NoRows message of the subreport reportitem in the main
report will be shown.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view] "Dune" <Dune@discussions.microsoft.com> wrote in message
news:BBD700BA-35F3-47C5-90FA-2986801AEC29@microsoft.com...
> Hi there,
>
> I have a report that contains several subreports. My main report consists
of
> a list and within that list, a table. My subreports each reside in a
detail
> row of this table. Each subreport is set up in the same way, with a table
> within a list.
>
> I have set the NoRows property of the lists in each subreport. However,
when
> there are no rows for the subreports, in my main report, I just get a
blank
> detail row for each subreport instead of the NoRows message. When I run
each
> subreport separately and there are no rows, the NoRows message shows up
fine
> for each subreport.
>
> Any ideas?
>
> Cheers :)