Hi, a while ago I have updated my version of Reporting tool and got the following trouble. All my text controls, containing NULL values coming from SQL server stopped displaying correctly. I have a table in my report made of the text controls. I want it to be displayed just like an empty rectangle if the value of the field is null, but starting from some version (don't remember the build number) th TEXT control with NULL value is not displayed, neither the value (well, there is no value), nor the border. So the table does not look nice. I tried to add
it helps me in Visual Studio, converting NULL to an empty string (""). Here it didn't help.
Can you please give me some suggestion.
Thank you!