Does anyone know how I can change font size base on length of text file in textbox? I have a need to shrink text file to fit a textbox. I know that the textbox can be set to grow or shrink. However, I need the textbox to stay static and not change, but the text can shrink.
I know this can be done easily in Excel, but can't seem to get it working with Reporting Services 2005. Any ideas or examples if anyone have any?
=IIF( LEN(Fields!FieldName.Value
Greg