Friday, October 31, 2014

Passing the value in action property of a text box

Simply use Navigation properties of textbox which shows Error Count and inside it use the Jump to Report (if other report is also in the same project) or jump to URL option.


If using jump to report it will give you option to map parameters. map the LoadID parameter with below expression



=Fields!LoadID.Value



assuming LoadID is name of field in your dataset which shows value as 793749 above


if using jump to URL you need to append this to report url as



="<report url path here>?<report folder path>&parametername=" & CStr(Fields!LoadID.Value)



also see


http://ift.tt/1m623Qt





Please Mark This As Answer if it solved your issue

Please Mark This As Helpful if it helps to solve your issue

Visakh

----------------------------

My MSDN Page

My Personal Blog

My Facebook Page


No comments:

Post a Comment