I need to display a label 'No data found' if the report yields no results.
Right now, it just displays the Report Title band
How to print a label if report is empty
How to print a label if report is empty
Hi
Please add the following expression to the text box:
{MyDataSource.Count == 0?"No data found":""}
Thank you.
Please add the following expression to the text box:
{MyDataSource.Count == 0?"No data found":""}
Thank you.
How to print a label if report is empty
Thanks Edward
How to print a label if report is empty
Hi
You are welcome.
Thank you.
You are welcome.
Thank you.