Hi ,
I am struggling to appear a space between two fields .I do have expression like this
Format((Fields!PERSON_ELASPED_TIME.Value\60),"#,###,###0") & ":" & Format((Fields!PERSON_ELASPED_TIME.Value) Mod 60,"00") & Space(4) & Fields!FLAG.Value
)
It was supposed to display in format like this
34:50 *
It was working Fine in Preview tab. but when i export it to Web(Report manger).it was showing
34:50*
which was not correct
Can any body pls help me in doing this
Suggestions and sharing the Experiences are highly appreciated
Thank you
Raj Deep.A