I am using the standalone report designer and trying to wire up the querystring to an image.
I have selected Navigate to url and used the querystring below...it is not replacing the field values in the querystring
What is the best way to pass to do this?
"http://CCWorkforce/CallRater/GetCallRecordingByDialIdHandler.ashx?dialId=" +Fields.DialId +"&agentId=" +Fields.AgentId+"&phone=" +Fields.PhoneNumber
I have selected Navigate to url and used the querystring below...it is not replacing the field values in the querystring
What is the best way to pass to do this?
"http://CCWorkforce/CallRater/GetCallRecordingByDialIdHandler.ashx?dialId=" +Fields.DialId +"&agentId=" +Fields.AgentId+"&phone=" +Fields.PhoneNumber