This is a migrated thread and some comments may be shown as answers.

RunningValue in a TextBox

1 Answer 259 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Carlos
Top achievements
Rank 1
Carlos asked on 14 Aug 2013, 10:29 PM


How to I specify the scope as the report?


I am binding a datasource to the report programmatically.
I am not using a table to display the detail data, only textboxes which display field values using "[=Fields.FieldName]".

Thanks.


I want to get this, i use TextBoxs in my detail.

  A                  X                 Y                   Z  (X-Y accumulative)
  a                10                 2                   8
  b       6                 3                  11
  c                  0                 5                   6

1 Answer, 1 is accepted

Sort by
0
Squall
Top achievements
Rank 1
answered on 19 Aug 2013, 01:04 PM
The TextBox.Value supports expressions. Just use expression :

=Fields.X - Fields.Y


Tags
General Discussions
Asked by
Carlos
Top achievements
Rank 1
Answers by
Squall
Top achievements
Rank 1
Share this question
or