Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 ReportItems!textbox.value (s)

Author  Topic 

SQLSoaker
Posting Yak Master

169 Posts

Posted - 2009-08-28 : 10:33:49
Hello,

I am modifying an existing report and on the page header, I have textbox's that refer to other textbox values...

In text box in page header I have: =ReportItems!textbox1.Value

But I cannot find the value of textbox1 anywhere in the layout. It must be hidden somewhere in the layout. Does anyone know how to unhide all textbox values or possibly know where to go to locate these text box values?

Many thanks.

yavvie
Starting Member

46 Posts

Posted - 2009-09-08 : 04:05:47
on the right side you have properties, on the top of the list you can select the item from a drop-down list. find there the item with name textbox1 and it will get highlited in the design part
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-09-13 : 14:24:26
the problem with using reportitems!textbox is on copying and pasting it sometimes changes numbers of textboxes.
Go to Top of Page
   

- Advertisement -