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

sql server reporting services

group:

Value in TextBox



Value in TextBox Mahesh
6/10/2005 1:38:20 PM
sql server reporting services: Hi,
I am trying to display a text field in a table region.
Value is set to

=IiF(Fields!CompanyName.IsMissing,
Fields!UserName.Value, Fields!
CompanyName.Value)

But for some reason the text is not getting displayed, but shows a
blank in the text box. I tested using individual field and they are
getting displayed properly.

It shows the text if I set constant vaule as
=IiF(Fields!CompanyName.IsMissing, "Name", "CompanyName")

Please tell me the solution.

Many Thanks,
Mahesh
RE: Value in TextBox Bolos wageh
6/12/2005 1:53:01 AM
try to use inscope function

[quoted text, click to view]
AddThis Social Bookmark Button