-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am writing an ASP.NET app that uses a SQL Server 2005 with SSRS setup. I want to use the ReportViewer control but I get an error when using ReportViewer 10 because it needs SSRS 2008.
How can I use ReportViewer 9 within my application. I've added a reference to the Microsoft.ReportViewer…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
Currently I am writing a c# client application that uses the WinForms ReportViewer Control to display reports from a remote server.
I am having performance troubles with the ReportViewer Control, to be specific with the 2 methods reportViewer.ServerReport.SetParameters() and reportViewer…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm running CR XI, and accessing .RPT files through a ReportViewer in my ASP.NET pages.
I've already got the following code, which is supposed to set the Report Datasource dynamically.
rptSP = New ReportDocument
Dim rptPath As String = Request.QueryString("report")
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
We are using the ReportViewer control to display SSRS reports in our ASP.NET application. On pages where we use the ReportViewer control the session does not time out. The reason for this is the ReportViewer control emits a "setTimeOut" javascript function which reads the Session timeout value…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Remember the SETI screen savers that used to be on everyone's computer? As far I as know, it was the first bona-fide use of "Cloud" computing…albeit an ad hoc cloud. I still think it was a brilliant leveraging of computing power.
My interest in clouds was re-piqued when I went to a technical…
>>> More