visual studio
-
31 สิงหาคม 2555 9:44
HI
I designed reports in ssrs and deployed into visual studio. i want to go from one report to another in ssrs its working after i deployed into visual studio its not going.what i want to do?
- ย้ายโดย Cindy Meister MVPMVP 31 สิงหาคม 2555 11:34 SSRS question (From:Visual Studio Tools for Office)
ตอบทั้งหมด
-
31 สิงหาคม 2555 11:43If you want to navigate between reports then view the properties of the control (e.g. text box, chart etc.) that when you click will run the other report, go to the Action page and select Go To Report. Specify the details underneath
-
31 สิงหาคม 2555 12:12
hi
Thanks for ur reply,
I did the same thing but its not working in the browser level its working in the report level that is at SSRS level.
-
31 สิงหาคม 2555 12:33
OK - just for clarification then:
- Within BIDS / Visual Studio if you Preview then navigation between reports works OK
- After you deploy the report and view in your browser, navigation doesn't work
Am I right with this?
If so can you please let me know what browser you're using, and if your reporting service is in native mode or SharePoint integrated mode.
Thanks
-
31 สิงหาคม 2555 12:50
HI
S.
i am using internet explorer.
-
31 สิงหาคม 2555 12:54
Thanks,
Are you getting any sort of javascript error when your report is rendered in IE (look for a yellow warning triangle in the bottom left corner of your browser)?
Also, can you confirm that the report you are looking to navigate to is deployed to the reporting services instance.
-
31 สิงหาคม 2555 12:54
HI
u r right after deploy into browser the reports are not navigating.
i am using internet explorer my report service is in native mode.
-
31 สิงหาคม 2555 13:00
-
31 สิงหาคม 2555 13:33
So is the image you've provided being displayed after you click to navigate to another report?
Can you confirm:
- The destination report has been deployed to the reporting services instance
- The navigation option is set to Go To Report, and not Go To URL
-
1 กันยายน 2555 4:13
HI
s i deployed the destination report also i used go to report in the navigation option.
-
6 กันยายน 2555 13:28ผู้ดูแล
Hi bharathi.y,
From your description, it seems that you are working on Client Report Definition (.rdlc) Files. Right? The reports that are created in Reprot Authoring Tools (Report Designer in BIDS and Report Builder) are saved as RDL files. While, the reports created inside a custom application in Visual Studio are known as RDLC reports.
To use the drillthrough feature in a RDLC report that is used in ReportViewer control, we need to use the ReportViewer.Drillthrough Event in the code. For more information about the ReportViewer.Drillthrough Event and examples, please see:
ReportViewer.Drillthrough Event
Create Drill-Through Reports using ReportViewer in ASP.NET 2.0
If I have misunderstood, please feel free to correct me, and provide more information about the issue for further analysis.
Regards,
Mike YinMike Yin
TechNet Community Support
- ทำเครื่องหมายเป็นคำตอบโดย Mike YinMicrosoft, Moderator 9 กันยายน 2555 16:01