question

reg99 avatar image
reg99 asked

SSRS Linked Report Data Source Problem

I have multiple clients accessing one instance of SSRS, which in turn accesses multiple databases. This is managed by .net code changing the Datasource using ReportingService2005.SetItemDataSources based on parameters passed in. The issue is with Linked Reports. The Datasource of the linked report does not reflect the datasource of the main report I have tried using: 1. ="data source=XYZ" & Parameters!Server.Value & ";initial catalog=ABC" &Parameters!Database.Value 2. ReportingService2005.GetReportLink to manipulate the Datasource in code (I got .net errors) None worked. Does anyone know how to set the Linked Report Datasource dynamically, or force inheritance of the Datasource?
ssrs
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.