Note: To download the book, click on RV.zip
This 25 pages book discusses the ReportViewer control and how to generate reports using the ReportViewer control. This document covers the following topics:
- Understanding the ReportViewer control and report processing modes
- Creating a simple report
- Generating reports from an object collection
- Generating reports from a DataSet
- Generating reports from an XML document
Download the attached book and sample projects for more details.

Eric LouPosted Mar 29, 2016, 1:25 PM
hi.how to show report data by the textbox search
Srikanth SuryadevaraPosted Mar 10, 2013, 11:30 AM
Sir this is Not working under VS2012 While running the project it is showing some Errors,, SO please kindly upload a report generation project using VS2012 or ,NETV4.5
nomi noumanPosted Jun 17, 2012, 7:32 PM
nice one can you add some crystal reports tutorials ??
nomi noumanPosted Jun 17, 2012, 7:32 PM
nice one can you add some crystal reports tutorials ??
mohd aliPosted Nov 29, 2011, 5:04 AM
Please I need the your suggestion on it.
Vilas GitePosted Jul 14, 2011, 7:21 AM
@Mahesh Sir, Its really valuable book :)
Devang RCPosted Nov 23, 2010, 2:47 PM
thnks
lakshmi narayanaPosted Jun 10, 2010, 6:37 AM
hi mahesh, Thank you very much for providing such a valuable information i am regulary watching your articles iam learning lot of things from your article i have a doubt regarding crystal reports i want report based on value given in text box dynamically generate report please help me and iam using vb.net 2008 version. thanks in advance
AninzaPosted May 10, 2010, 6:04 AM
Hi Mahesh, Can you please let me know how can we control versions of reports( version Management) in microsoft report viewer?
himalaya gargPosted Jan 21, 2010, 6:41 AM
Hi ! I want to filter the content of the reportviewer depend upon the textbox's value. Dont know how to do it. May be below code work.....but not sure. Please help. <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" InsertMethod="Insert" OldValuesParameterFormatString="original_{0}" SelectMethod="GetDataByCategoryID" TypeName="WebApplication1.northwindDataSetTableAdapters.ProductsTableAdapter"> <SelectParameters> <asp:ControlParameter ControlID="TextBox1" Name="CategoryID" PropertyName="Text" Type="Int32" /> </SelectParameters>
Kiron PonnathPosted Nov 13, 2009, 4:24 AM
Hey, Im not able to open this download zip. It seems to be a broken archive. plz help..
vignesh babuPosted Jan 1, 2009, 2:01 AM
im vignesh can u help i need datagridviewcombobox examples sir. [email protected]. this is my mail id
eswar yadavPosted Aug 18, 2008, 4:24 PM
Hi, I am a .net developer, i am searching something else and accidentally find this page but after reading the book i felt it is really helpful to the begginers. Cheers...!
eswar yadavPosted Aug 18, 2008, 4:24 PM
Hi, I am a .net developer, i am searching something else and accidentally find this page but after reading the book i felt it is really helpful to the begginers. Cheers...!
suresh parvathiPosted Mar 17, 2008, 4:21 AM
hello mahesh.... i am beginners to .net platform. please send me one good book to understand the concepts
Naka KumaPosted Oct 25, 2007, 2:52 AM
Thank Mahesh very much. That is an excellent book.
GAN SUPPANIRUNPosted Oct 10, 2007, 8:14 AM
thanks mahesh, excellent
agi GomolemoPosted Oct 1, 2007, 4:15 AM
I’m designing an online banking system and I want this balance to be of the account number in the login table, like after logging when I click balance it must display the balance of the account number in the login table. It gives me an error on foundRow code. Could you please help me figure out this error. my e-mail address is [email protected]. Balance = (double) Form1.foundRow["Balance"]; WthAmount = double.Parse(txtWthAmount.Text); if(WthAmount > Balance) { MessageBox.Show("Amount to Withdraw R" + WthAmount.ToString() + " is more than your Balance R"+ Balance.ToString()+ "!"); txtWthAmount.Text = ""; return; } NewBalance = Balance - WthAmount; }
agi GomolemoPosted Oct 1, 2007, 4:09 AM
I’m designing an online banking system and I want this balance to be of the account number in the login table, like after logging when I click balance it must display the balance of the account number in the login table. It gives me an error on foundRow code. Could you please help me figure out this error. my e-mail address is [email protected]. Balance = (double) Form1.foundRow["Balance"]; WthAmount = double.Parse(txtWthAmount.Text); if(WthAmount > Balance) { MessageBox.Show("Amount to Withdraw R" + WthAmount.ToString() + " is more than your Balance R"+ Balance.ToString()+ "!"); txtWthAmount.Text = ""; return; } NewBalance = Balance - WthAmount; }
naresh chandraPosted Sep 21, 2007, 2:27 PM
thanks mahesh, excellent