Groups | Blog | Home
all groups > sql server reporting services > december 2004 >

sql server reporting services : Problem with Padding Expression


Kiran
12/18/2004 9:08:51 AM
Hi,

I am trying to use this "=17*Now.Date.Month" in Left Padding of a textbox.
But it is not working.
Even "=17*3" does not work.

Any ideas

Thanks
Kiran

Robert Bruckner [MSFT]
12/18/2004 3:30:32 PM
The Padding value needs to be a string with a size unit, e.g. 10 pt.
Try this: =CStr(17 * Month(Today)) + " pt"

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button