Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Printing Title/Summary even without data

edited December 2003 in General
Is it possible to print the Title and/or Summary bands of a report even if
the pipeline has no data (ie the query to the DB returns no data)?
Thanks
Yannis

Comments

  • edited December 2003
    Hi Yannis,

    In the Report.NoDataBehaviors try setting the ndBlankReport to True and the
    ndBlankPage to False (I believe this will happen automatically). This
    should show the title and summary bands when there is no data.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited December 2003
    Thanks Nico,
    Is it possible to do that from RAP?
    Yannis

  • edited December 2003
    Hi Yannis,

    Unfortunately you cannot get access to the NoDataBehaviors property natively
    through RAP. You will need to create a passthru function to do so. For an
    example of how to create a passthru function, please see the ReportBuilder
    Developer's Guide.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.