Visual Basic .NET » Database Programming
Reporting services - Navigation problem -- raringsunny --


Hi,

I have a web application through which I call reports developed using SQL Server Reporting services. One of the reports have a column.
Clicking on this columns cell navigates the user to another report by passing a parameter "ID". This works well when I run it either through report designer's IDEs' preview option. In this case it navigates to the other report as expected.

When I call this report through ASP.Net application and click on that hyperlink, ASP.Net page gets refreshed and it brings me the same report.

Please contact me quickly if anyone knows how to solve this problem.
Thanks,
Sunny

-- "Bradley, Peter" --


I think you'll have to supply more info than that.

What event are you using to load the new url? What is the format of the url - e.g. are you passing the id as part of the query string? Have you checked (for example in a debugger) that the url being called in ASP.NET is the same as in the report designer?

A code sample would help.
Peter

-----Original Message-----
From: DotNetDevelopment
Reporting services - Navigation problem
Hi,

I have a web application through which I call reports developed using SQL Server Reporting services. One of the reports have a column.
Clicking on this columns cell navigates the user to another report by passing a parameter "ID". This works well when I run it either through report designer's IDEs' preview option. In this case it navigates to the other report as expected.

When I call this report through ASP.Net application and click on that hyperlink, ASP.Net page gets refreshed and it brings me the same report.

Please contact me quickly if anyone knows how to solve this problem.
Thanks,
Sunny


-- raringsunny --


I'm using report viewer control in my asp.net app. to display the report designed using MS .Net 2005 IDE. The parameter which is passed and the report that's called is all done through MS .Net IDE. As I mentioned earlier, this works well as long as I preview the report through VS .Net IDE. I created the reports project using Business Intelligence project type.

When I click on the hyperlink to navigate to another report it takes me to that report but when I call the same report from my ASP.Net app. it does not work as expected.

-- BradleyPeter --


I don't, really.

What I was trying to find out with my earlier questions was whether the url to which the link was pointing was the same in both cases -
including any query string. To check that, you may have to look at the html source in your browser and read the <a href="..."> element. The href element, as you know, contains the link.

My theory being, of course, that the same url should take you to the same place.

HTH
Peter

-----Original Message-----
From: DotNetDevelopment
Re: Reporting services - Navigation problem
Peter.

Do you have a solution for this problem? if you have one, then plz reply back.

Bradley, Peter wrote:
I think you'll have to supply more info than that.

What event are you using to load the new url? What is the format of the
url - e.g. are you passing the id as part of the query string? Have you
checked (for example in a debugger) that the url being called in ASP.NET
is the same as in the report designer?

A code sample would help.
Peter

-----Original Message-----
From: DotNetDevelopment
On Behalf Of raringsunny
Sent: 07 July 2006 06:07
To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting
Subject:
Reporting services - Navigation problem
Hi,

I have a web application through which I call reports developed using
SQL Server Reporting services. One of the reports have a column.
Clicking on this columns cell navigates the user to another report by
passing a
parameter "ID". This works well when I run it either through report
designer's IDEs' preview option. In this case it navigates to the other
report as expected.

When I call this report through ASP.Net application and click on that
hyperlink, ASP.Net page gets refreshed and it brings me the same
report.

Please contact me quickly if anyone knows how to solve this problem.


Thanks,
Sunny


 

-- raringsunny --


Peter.

Do you have a solution for this problem? if you have one, then plz reply back.

Bradley, Peter wrote:
I think you'll have to supply more info than that.

What event are you using to load the new url? What is the format of the
url - e.g. are you passing the id as part of the query string? Have you
checked (for example in a debugger) that the url being called in ASP.NET
is the same as in the report designer?

A code sample would help.
Peter

-----Original Message-----
From: DotNetDevelopment
On Behalf Of raringsunny
Sent: 07 July 2006 06:07
To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting
Subject:
Reporting services - Navigation problem
Hi,

I have a web application through which I call reports developed using
SQL Server Reporting services. One of the reports have a column.
Clicking on this columns cell navigates the user to another report by
passing a
parameter "ID". This works well when I run it either through report
designer's IDEs' preview option. In this case it navigates to the other
report as expected.

When I call this report through ASP.Net application and click on that
hyperlink, ASP.Net page gets refreshed and it brings me the same
report.

Please contact me quickly if anyone knows how to solve this problem.


Thanks,
Sunny

 

-- raringsunny --


I am using a report viewer control. will it show me the link if i view the source of the HTML? What happens is that when I click on the data element on the report which , is a hyperlink, it refreshes the whole page but it brings the same report. It is not taking me to the next report ,which it should.

In the parent report on navigation tab, i have used "Jump to Report"
option and selected the report name to which I want to redirect. But this is not happening. It works in the Visual studio IDE but not from asp.net app.


Bradley, Peter wrote:
I don't, really.

What I was trying to find out with my earlier questions was whether the
url to which the link was pointing was the same in both cases -
including any query string. To check that, you may have to look at the
html source in your browser and read the <a href="..."> element. The
href element, as you know, contains the link.

My theory being, of course, that the same url should take you to the
same place.

HTH
Peter

-----Original Message-----
From: DotNetDevelopment
On Behalf Of raringsunny
Sent: 21 July 2006 11:19
To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting
Subject:
Re: Reporting services - Navigation problem
Peter.

Do you have a solution for this problem? if you have one, then plz
reply back.

Bradley, Peter wrote:
> I think you'll have to supply more info than that.
>
> What event are you using to load the new url? What is the format of
the
> url - e.g. are you passing the id as part of the query string? Have
you
> checked (for example in a debugger) that the url being called in
ASP.NET
> is the same as in the report designer?
>
> A code sample would help.
>
>
> Peter
>
> -----Original Message-----
> From: DotNetDevelopment
>
On Behalf Of raringsunny
> Sent: 07 July 2006 06:07
> To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
> Services,.NET Remoting
> Subject:
Reporting services - Navigation problem
>
>
> Hi,
>
> I have a web application through which I call reports developed using
> SQL Server Reporting services. One of the reports have a column.
> Clicking on this columns cell navigates the user to another report by
> passing a
> parameter "ID". This works well when I run it either through report
> designer's IDEs' preview option. In this case it navigates to the
other
> report as expected.
>
> When I call this report through ASP.Net application and click on that
> hyperlink, ASP.Net page gets refreshed and it brings me the same
> report.
>
> Please contact me quickly if anyone knows how to solve this problem.
>
>
> Thanks,
> Sunny

 

-- BradleyPeter --


I'm not familiar with the report viewer control, but if it's a hyperlink, it'll show as a hyperlink in the HTML. Remember server controls just create HTML on the fly - because that's all your browser understands.
Peter
-----Original Message-----
From: DotNetDevelopment
Re: Reporting services - Navigation problem
I am using a report viewer control. will it show me the link if i view the source of the HTML? What happens is that when I click on the data element on the report which , is a hyperlink, it refreshes the whole page but it brings the same report. It is not taking me to the next report ,which it should.

In the parent report on navigation tab, i have used "Jump to Report"
option and selected the report name to which I want to redirect. But this is not happening. It works in the Visual studio IDE but not from asp.net app.


Bradley, Peter wrote:
I don't, really.

What I was trying to find out with my earlier questions was whether the
url to which the link was pointing was the same in both cases -
including any query string. To check that, you may have to look at the
html source in your browser and read the <a href="..."> element. The
href element, as you know, contains the link.

My theory being, of course, that the same url should take you to the
same place.

HTH
Peter

-----Original Message-----
From: DotNetDevelopment
On Behalf Of raringsunny
Sent: 21 July 2006 11:19
To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting
Subject:
Re: Reporting services - Navigation problem
Peter.

Do you have a solution for this problem? if you have one, then plz
reply back.

Bradley, Peter wrote:
> I think you'll have to supply more info than that.
>
> What event are you using to load the new url? What is the format of
the
> url - e.g. are you passing the id as part of the query string? Have
you
> checked (for example in a debugger) that the url being called in
ASP.NET
> is the same as in the report designer?
>
> A code sample would help.
>
>
> Peter
>
> -----Original Message-----
> From: DotNetDevelopment
>
On Behalf Of raringsunny
> Sent: 07 July 2006 06:07
> To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
> Services,.NET Remoting
> Subject:
Reporting services - Navigation problem
>
>
> Hi,
>
> I have a web application through which I call reports developed using
> SQL Server Reporting services. One of the reports have a column.
> Clicking on this columns cell navigates the user to another report by
> passing a
> parameter "ID". This works well when I run it either through report
> designer's IDEs' preview option. In this case it navigates to the
other
> report as expected.
>
> When I call this report through ASP.Net application and click on that
> hyperlink, ASP.Net page gets refreshed and it brings me the same
> report.
>
> Please contact me quickly if anyone knows how to solve this problem.
>
>
> Thanks,
> Sunny


 

[Submit Comment]Home