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
Greasemonkey script to add text at the bottom of aweb page
Sonicwall Help with Sharepoint Server 2010
PAT SYNTAX on ASA 8.3 CODE
Windows 7 not syncing all folders and files
SQL Server 2008
PCI Drivers - IBM Thinkpad T61
XSL transform (C# Visual Studio) from xml to html converting   to ?
How to show this splash screen for 3 seconds?
Confusing SQL
Simple LDAP tutor