Viewing 3 posts - 1 through 3 (of 3 total)
Goto Expressions :
iif(fields!country.value="","",<field_name>,<field_name>)
September 28, 2012 at 6:07 am
#1543370
Not sure about your requirement in real time .
You can input the date from calendar , instaed of static value ,let it be dynamic !!!
July 5, 2012 at 8:07 am
#1509137
You can try using component named script component
Code for you reference :
Dim keyField As Integer = Row.KeyField
Dim itemList As String = Row.ListField
...
September 25, 2011 at 5:10 am
#1386188