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
Excel export Replace characters
how to backup SBS 2008 to folder
Need help inserting a pdf into the body of a email in outlook 2003
Etherchannel with VMware ESX 4 and Dell m1000e and Cisco 3130G switchblades
Vlookup (ish) on a range.
Securing Uploading via Webservice
Non existent domain when doing an nslookup to second domain
Mycrosoft Dynamics CRM sales order deleted automatically by user "system"
Add many pdf files into one script or free tool
How can we enable RichCopy to create Directory structure at the destionation ?