| Author: Babu Akkandi 02 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Hi,
Refer the Article Titled as "Feeding Crystal Reports from your application" From the Following link,
http://www.emoreau.com/Entries/Articles/2006/09/Feeding-Crystal-Reports-from-your-application.aspx
Hope it Helps!
Thanks and Regards, Babu Akkandi Microsoft Technology
|
| Author: raviranjan singh 14 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
while reporting u read the gridview cell and display in crystal report....u need to write query for that...
select 'gv.rows[0,1].value' 'Name','gv.rows[0,2].value' 'Dept' from TableName.
i think u will get idea from that...
|