Hi Pirlo,
Thanks for your prompt response!
I could do a workaround by calling an existing report through URL as a pop-up. In order to do that I need to use built-in global variable, "Globals!ReportServerURL"; but it returned an empty string. To be exact, the expression I put in the textbox is as follows,
="It is" & Globals!ReportFolder & Globals!ReportName & Globals!ExecutionTime & "URL: " & Globals!ReportServerUrl
The report name and ExecutionTime are returned as expected. As I mentioned earlier, I have MSSQL 2008R2.
Thank you again!
Marilyn