The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: How to Create a SSRS Report in ASP.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Ashish TiwariPosted Sep 6, 2016, 7:55 AM
This code is not working in my desktop it is throwing an error "Could not load file or assembly 'Oracle.Web, Version=4.121.2.1, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified." what should i do
Yatin SinghPosted Nov 6, 2015, 4:31 AM
Hello Gohil, Your post is really helpful for me and my developer group who are working for the company. Thanks
Weston BurrPosted Oct 14, 2015, 7:01 AM
What about passing Params to analysis services report?
rahulPosted Jun 4, 2013, 5:43 AM
Thank You So Much
jatineditedPosted May 13, 2013, 8:34 AMEdited May 13, 2013, 8:36 AM
Good , ref concept is good , report viewer id is good using method..
max paPosted Nov 25, 2012, 5:22 AM
okay thanks, are u able to upload the database. i would like to know what is employe 14 is and add_source_id 25 protected void btndisplay_Click(object sender, EventArgs e) { BindReport("Employee", 14); } private void BindReport(string p, int p_2) { SSRSReport report = new SSRSReport(); SqlParameter[] sqlParams = new SqlParameter[] { new SqlParameter("@Add_Source_Id", 25) , new SqlParameter("@Add_Source_Type", "Employee") };
Gohil JayendrasinhPosted Nov 22, 2012, 3:25 PM
In web config file Add reportviewer details like my code. or simply drag drop ReportViewer on the page so assembly and version information add automatically in the web config file.
max paeditedPosted Nov 21, 2012, 10:58 AMEdited Nov 21, 2012, 10:59 AM
Hi, I have followed you example and even downloaded the code. by I get this error message The name 'ReportViewer1' does not exist in the current context in the default.aspx page please assist Thanks
anil babuPosted Aug 31, 2012, 5:36 AM
How to create reports in Windows Azure SQL Reporting for Application developers
Erickson FigueroaPosted Jun 10, 2011, 4:04 PM
Congrats!!! is very very good Brother very tks you!