Bind dataset to crystal report
Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Data Connectivity
Forum Discription: How to connect to data sources and export reports
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=11951
Printed Date: 04 Apr 2025 at 11:40pm
Topic: Bind dataset to crystal report
Posted By: Victoryy
Subject: Bind dataset to crystal report
Date Posted: 28 Dec 2010 at 5:42pm
HI, I have to calculate values and display it on the crystal report, i have entered all the values int the dataset. Now i have to design the crystal report using that dataset. Is it possible in the visual studio.... If yes, then how can i do that
Thanks in advance, Regards, Victoryy
|
Replies:
Posted By: hirecrishecom
Date Posted: 04 Dec 2011 at 7:41pm
RP.SetDataSource(DT);
CrystalReportViewer1.RefreshReport();
CrystalReportViewer1.ReportSource = RP;
CrystalReportViewer1.RefreshReport();
CrystalReportViewer1.DataBind();
------------- http://www.axistechnolabs.com/programmers/asp-dotnet-programmers.aspx - hire asp.net developers , http://www.axistechnolabs.com/programmers/php-programmers.aspx - hire php developers
|
|