globalbear
IS-IT--Management
I am trying to make a MS RS report in Visual Studio.
I have a table with different fields. I can refer to these fields with this syntax:
=ReportItems!Textbox1.value
This will give me the same value as I have in Textbox1.
Now to my problems: how do I get something else out of Texbox1 rather than the value - say the color for example? I would like to write something like
=ReportItems!Texbox1.color
But this doesn't work - how should I do this?
I have a table with different fields. I can refer to these fields with this syntax:
=ReportItems!Textbox1.value
This will give me the same value as I have in Textbox1.
Now to my problems: how do I get something else out of Texbox1 rather than the value - say the color for example? I would like to write something like
=ReportItems!Texbox1.color
But this doesn't work - how should I do this?