Displaying border on TEXT control with NULL value

Stimulsoft Reports.NET discussion
Post Reply
Eugene
Posts: 28
Joined: Sat Aug 12, 2006 9:11 am
Location: Ekaterinburg, Russia

Displaying border on TEXT control with NULL value

Post by Eugene »

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

Code: Select all

.ToString() 
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!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Displaying border on TEXT control with NULL value

Post by Edward »

Yes, this issue was in one from our prerelease builds. Now it is corrected. Please download the latest prerelease build.

Thank you.
Eugene
Posts: 28
Joined: Sat Aug 12, 2006 9:11 am
Location: Ekaterinburg, Russia

Displaying border on TEXT control with NULL value

Post by Eugene »

I'm using VS2005, just downloaded and installed build of 18.05.2007, but still the borders are not displayed on StiWebViewer (in HTML only, when I export to PDF the borders are where they should be). Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Displaying border on TEXT control with NULL value

Post by Edward »

Please send mrt file of your report to Image for analysis. We couldn't reproduce the issue.

Thank you.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Displaying border on TEXT control with NULL value

Post by Vital »

Problem solved.
Post Reply