Add tab within a text box
How do i add a TAB within a text box in Reporting Services 2005
So for example, the second line has a tab
Once upon a time in....
there was a very cruel....
The End
Thanks
July 11th, 2011 5:41am
I am having SSRS 2008 and in that you can add tab with below steps
1. Select the line to be intended in the text box
2. From the menu Edit -- > Advanced --> Increase Indent.
I am unable to try in SSRS 2005 as i am not having the environment.
Could you please try this in 2005 and let us know the results ?
Free Windows Admin Tool Kit Click here and download it now
July 11th, 2011 6:47am
Hi,
You can write an expression like this
=fields!Product.Value & VBTab &fields!Sales.Value
it will display like
Bicycle
19
for more info check out this link :
http://www.devguru.com/technologies/vbscript/quickref/stringcon.html
Rakesh M J
Dont forget to mark it as Answered if found useful
MCTS,MCITP,MCSS
http://myspeakonbi.blogspot.com/
July 11th, 2011 7:27am
Check out this thread for more options:
http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/f2915fcd-752a-46ef-a6f1-0e53319326caMCTS, MCITP - Please mark posts as answered where appropriate.
Free Windows Admin Tool Kit Click here and download it now
July 11th, 2011 7:33am
Hi,
You can write an expression like this
=fields!Product.Value & VBTab &fields!Sales.Value
it will display like
Bicycle
19
for more info check out this link :
http://www.devguru.com/technologies/vbscript/quickref/stringcon.html
Rakesh M J
Dont forget to mark it as Answered if found useful
MCTS,MCITP,MCSS
http://myspeakonbi.blogspot.com/
July 11th, 2011 2:20pm


