Prev: Style of the first details column messed up (IE8 and FF3)
Next: ReportViewer: A data source instance has not been supplied for the data source
From: Uri Dimant on 8 Nov 2009 07:50 Using SSRS 2005 (SP3) and having a table control I want to have an expression to align the text in the table Right--Left based on value So far I have in textAlign property of the cell =IIF(Dataset!FieldName.Value=0 "Right","Left") --does not work Thanks
From: Ben Watts on 10 Nov 2009 09:33
Not sure if you copied this expression out of the expression builder or not, but if you did, you need to add a comma after the 0 "Uri Dimant" <urid(a)iscar.co.il> wrote in message news:eGgiXHHYKHA.3720(a)TK2MSFTNGP02.phx.gbl... > Using SSRS 2005 (SP3) and having a table control > I want to have an expression to align the text in the table Right--Left > based on value > > So far I have in textAlign property of the cell > > =IIF(Dataset!FieldName.Value=0 "Right","Left") --does not work > > Thanks > |