Detail Band not printing with no data Sub-reports
I have a schedule report with a series of events
The detail band has 3 sub reports for personnel assigned
to the event.
Sometimes there are no personnel assigned (i.e. each of
the subreports has no records to print. However, I still
want to print the event. Currently the detail band is not
printed if there are no subreport records.
I have a dataset for each of the subreports linked to the
master table.
Any suggestions?
Jon
--
Jon Lloyd Duerdoth
Welsh Dragon Computing
Y ddraig goch ddryg gychwyn
http://www.welshdragoncomputing.ca
Visit All Saints' Kingsway Anglican Church
http://www.allsaintskingsway.ca
The detail band has 3 sub reports for personnel assigned
to the event.
Sometimes there are no personnel assigned (i.e. each of
the subreports has no records to print. However, I still
want to print the event. Currently the detail band is not
printed if there are no subreport records.
I have a dataset for each of the subreports linked to the
master table.
Any suggestions?
Jon
--
Jon Lloyd Duerdoth
Welsh Dragon Computing
Y ddraig goch ddryg gychwyn
http://www.welshdragoncomputing.ca
Visit All Saints' Kingsway Anglican Church
http://www.allsaintskingsway.ca
This discussion has been closed.
Comments
Check the Report.NoDataBehavior to make sure the settings match the results
you are after. Also check to see that the SkipWhenNoRecords property is not
set on the DataPipeline components.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
So easy when you know how :-)
I was looking at the wrong properties altogether.
Thanks for the help... it now works as I want.
Jon