Friday, April 20, 2012

SSRS TextRun value not populating correctly

Hey all i am new to SSRS and i am trying to create this link in my SSRS report:
http://nasmsutils01/picview/pv.asp?jobid=1652214&theDate=04-03-2012



and this is the report XML code:



<TextRun>
<Value>="http://nasmsutils01/picview/pv.asp?jobid=" &amp; Fields!Job_ID.Value &amp; "&amp;theDate=" &amp; Format(Fields!Inserted_DT.Value, "MM-dd-yyyy")</Value>
<Style>
<FontSize>8pt</FontSize>
<FontWeight>Bold</FontWeight>
</Style>
</TextRun>


However, when i run the report and click on the link all i get is this:




http://nasmsutils01/picview/pv.asp?jobid=1652214




What would i be doing wrong?



Any help would be great to solve this!



Thanks.





No comments:

Post a Comment