Page 1 of 1

Data source not return data

Posted: Fri Mar 18, 2016 9:04 pm
by Leandro Borges
Good evening.
I have a DataBand whose data source not return data.
How to print it even if the data source does not return data?
Thank you.
Leandro.

Re: Data source not return data

Posted: Sat Mar 19, 2016 6:03 am
by Jan
Hello, Leandro.

You cannot print DataBand without rows, but you can print HeaderBand or FooterBand if related DataBand does not have any rows. Please check PrintIfEmpty property of the Headers or Footers.

Thank you.

Re: Data source not return data

Posted: Mon Mar 21, 2016 12:01 pm
by Leandro Borges
Hello, Jan.

Is there any function to check if the data source does not return data? So I could change the CountData to 1 every time not return data.

Thank you.

Re: Data source not return data

Posted: Mon Mar 21, 2016 12:47 pm
by HighAley
Hello, Leandro.

You could use the {DataSource1.Count} to check if the data are available.

Thank you.

Re: Data source not return data

Posted: Tue May 03, 2016 5:43 pm
by Leandro Borges
Hello.
It worked
Thank you.

Re: Data source not return data

Posted: Wed May 04, 2016 5:54 am
by HighAley
Hello, Leandro.

We are always glad to help you.
Let us know if you need our help.

Thank you.