Home End User

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?

Comments

  • Hi Craig,

    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.
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
Sign In or Register to comment.