Reporting Services Textbox Format Question
Posted
by coson
on Stack Overflow
See other posts from Stack Overflow
or by coson
Published on 2010-05-12T19:37:50Z
Indexed on
2010/05/12
20:04 UTC
Read the original article
Hit count: 252
reporting-services
Good Day,
I am creating a report with Reporting Services and am using several text boxes horizontally aligned next to each other. I would like to put periods so that report looks like:
1234 Robert Jones................... (234) 921-4922
1235 Jennifer Wilson................ (919) 582-2914
Is this possible to right-pad the text box with periods, or would I need to roll out some code to accomplish the above effect.
I tried doing this and the results looked like:
1234 Robert Jones............... (234) 921-4922
1235 Jennifer Wilson.......... (919) 582-2914
Is something like this even possible?
TIA,
coson
© Stack Overflow or respective owner