Hi everybody,
I have a table in Visual Studio 2008 with 3 groups and in the first group I have a textbox and in the second Group wants to join to an another textbox.
For Example:
In the 1. group of the table there is a textbox83 with the Value =Fields!Decription.Value
and in the 2. group of the same table i want to join the texbox83 with the Expression = ReportItems!TextBox83.Value
but it doesn't work!
Is that possible?
0
Comments
explanation : the Fields!Decription.Value='' in this part of dataset, then ReportItems!textbox83.Value='' too.