Hi,

In my reports, i have four controls.

1. Comments (Text Object) and Comments (Field object )w/ top properties of 3465.

2. Recommendations (Text Object) and Recommendations (Field object ) w/ top properties of 4505.

Here's what i need to do..

Logic:

Code:
if ((recommendations field object != null) && (comments field object == null)))
       If true, set top properties of Recommendations Text object and commendations Field object to 3465.
How can we check if a field object has text/contents in C#/vb.net code? Is this possible?

If not, Is there a workaround solution for this??


Regards,

Greg