all groups > sql server reporting services > june 2005 >
You're in the

sql server reporting services

group:

Manage TextBox.Value in other TextBox for calculations


Manage TextBox.Value in other TextBox for calculations Dario Concilio [MCP]
6/17/2005 10:57:15 AM
sql server reporting services:
Hi,
I need to know if and how can I do this:


tbTotal tbNumber1 tbNumber2
? 12 5
? 3 7


If I've some rows and I want insert in expression of tbTotal the pseudo-code

tbNumber1+tbNumber2

how can I do this? I need this method because the real formula is more
complex with condition etc..

Help me please!!!!! :-)

Re: Manage TextBox.Value in other TextBox for calculations Kiran
6/17/2005 1:59:44 PM
Dario,

you can do this way
ReportItems!tbNumber1.Value+ReportItems!tbNumber2.value

or
Fields!Number1.Value+Fields!Number2.Value

Kiran


[quoted text, click to view]

AddThis Social Bookmark Button