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
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.
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.
Comments
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Is it possible to do that from RAP?
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com