Data source not return data
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Data source not return data
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.
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
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.
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.
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Data source not return data
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.
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
Hello, Leandro.
You could use the {DataSource1.Count} to check if the data are available.
Thank you.
You could use the {DataSource1.Count} to check if the data are available.
Thank you.
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Data source not return data
Hello.
It worked
Thank you.
It worked
Thank you.
Re: Data source not return data
Hello, Leandro.
We are always glad to help you.
Let us know if you need our help.
Thank you.
We are always glad to help you.
Let us know if you need our help.
Thank you.