Need to print a report even if there is not data returned.
I have an inspection report that is used to log the inspection of waste drums and other things. The program provides the names of the drums to be inspected, however, I still need to be able to print the inspection log even if there are no drums to inspect.
How do I run a report when no data is returned?
How do I run a report when no data is returned?
Comments
The behavior of reports with no data is controlled by the Report.NoDataBehviors property. For instance, setting this property to ndBlankReport will still receive a page even if there is no data present.
See the help topic for this property for more information.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com