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
Algorithm using pseudocode
How to deploy the web application (servlet/JSP) directly from eclipse
Ghost Image
how to get ranch dressing out of a cotton rug
Skype install
Why should 1:1 Relationships be used for Entities with Subsclasses?
Left and right sidebars stuck in middle of site
Error loading parent combo box based on child combobox
code help needed
Function needs help with if this or this then that