Microsoft
Software
Hardware
Network
Question : ASP.Net Report Viewer Using Report Server
Hi
I'm using the report viewer in VS2010 to view a report I’ve created in MSSQL 2008 Reporting Services.
If I view the report through MSSQL Reporting services it works fine. It has 2 parameters. If I delete the parameters it works fine through the report viewer in VS2010.
How to I pass parameters from my ASP page to the report server?
Thanks
Brasso
Answer : ASP.Net Report Viewer Using Report Server
Yes. You can start putting it in page load.
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not IsPostBack Then
'' Put it here.
End If
End Sub
Random Solutions
cant search a Windows 7 drive when connected to my xp machine via usb
"Unexpected Unrecoverable Error" in SQL Server 2008 R2 Import/Export Wizard
unable to open internal url using VPN
How to extract Numbers from a text string ?
Thursday's date in the present week
IBM iseries 520
Black Screen Windows 2003
How do I stop a PlaySound call that continues output outside the logic of the program that called it?
weird effects using ROUND() on REALs in TSQL
Problem with require('./wp-blog-header.
php'); The ./ is throwing a 500 error message.