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
problem when I publish a Web page and XMl
saving data to text
How Do I Generate An MS Word (.doc) File On The Fly Using PHP
Can't Reach the port 445 for my domain controler / Change the 445 port
RDLC and syntax help needed
Ajax not returning value to DIV
Zonealarm (free version) gives you pop-ups?
Time picker for access
Opening a PDF stored in an XML field...
Windows Batch - Find Day of Week