Margol
Margol

Reputation: 113

Link/event to another report in sql server reporting services 2004

Hi all and thanks in advance. Is there a way to provide a link from one .rdl to another details report. I'm using .net 1.1 and I believe it's the first version of SSRS.

Upvotes: 4

Views: 1567

Answers (1)

John Sansom
John Sansom

Reputation: 41899

If I understand your question correctly, a SSRS report can link directly to another report via a URL.

The following article discusses the variouse types of navigation that you can use within a a sql server report.

http://msdn.microsoft.com/en-us/library/aa964132(SQL.90).aspx#rsrptnvdrldn05

Upvotes: 3

Related Questions