Options

Table - Textbox ReportItems! RDL Report

rkochrkoch Member Posts: 8
edited 2010-08-10 in NAV Three Tier
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?

Comments

  • Options
    mihail_kolevmihail_kolev Member Posts: 379
    As you can see it's possible.

    explanation : the Fields!Decription.Value='' in this part of dataset, then ReportItems!textbox83.Value='' too.
    -Mihail- [MCTS]
Sign In or Register to comment.