Hi all
Im trying to conditionally set the leftpadding of a cell in a table on my report.
What is the syntax to refer to this property within expressionbuilder?
eg, what do i use instead of "PaddingLeft" here?:
Tracey
Remember... True happiness is not getting what you want...
Its wanting what you have got!
Im trying to conditionally set the leftpadding of a cell in a table on my report.
What is the syntax to refer to this property within expressionbuilder?
eg, what do i use instead of "PaddingLeft" here?:
Code:
=Iif(Fields!DisplayParent_Item_Code.Value = Nothing, PaddingLeft=2, PaddingLeft=10)
Tracey
Remember... True happiness is not getting what you want...
Its wanting what you have got!