April 18, 2007 at 6:17 am
Hi All,
i have report in which a column value is navigated to another report (set through properties --> navigation-->jump to report Option).this is working fine in reporting services and i developed those rdl files and put them in an application folder where develop my dot net application. then i refer to it.
i give the report path for my main report i mean first report to this application folder where i have both the rdl files (main rdl and the other rdl when the hyperlink is clicked).
now in my report viewer control i can view the main report and when i click on to the hyperlink it gives an error showing definition for that particular linking file is not given
can anybody help me
eg: say i have report1.rdl and report2.rdl then in report1.rdl i have a column which is navigated to report2.rdl as i said above.
now after creating rdl i can previewin reporting services and i placed these two rdl inside my application folder say MOC1 which is in some C or D drive
now for reportviewer control i set the report path as "c:\MOC\report1.rdl"
and i can view the report1 in my report viewer control now when click on to that hyperlink i am unable to view the report2.rdl in that control it says the definition for report2.rdl is not given and cannot find c:\MOC\report2.rdl
how will i solve this?
thanks in advance
regards
priya
April 30, 2007 at 12:01 pm
I had a similar situation one time but here is what i did... i had a report A ... and i wanted it to go to report B which was similar to Report A but when it came down to use the Hyper link.. i had to use the full qualified path like ... http://www.mycompanyname.com/ReportsServer/(RDL)+ID=@ID ... so you have to pass the paramenters in... hope this helps some...
Moe C
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply