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>¶metername=" & CStr(Fields!LoadID.Value)
also see
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