Is it possible to write an expression that will repeat some text over and over either for a specified number of repetitions or until it runs out of space in a textbox?
The text that needs to be displayed is coming from a field within a shared data set and can change depending on which database the user is connected to.
What I need to loop is
="~~"&First(Fields!SchemaText.Value,"Selection") &"~~"
What I would like as a output if possible is
~~Text~~~~Text~~~~Text~~~~Text~~~~Text~~
Basically is it possible to loop expressions in SSRS?