Click here to Skip to main content
15,891,513 members

Comments by Xonel (Top 9 by date)

Xonel 21-Feb-13 5:41am View    
Thanks...Lemmi Look at it...Will inform you on the results
Xonel 6-Feb-13 1:55am View    
I have tried pass the data from datagridview directly to the report but invain...Seems like i still have to use the for loop like in my code snippet in the question. Or is it possible for me to pass the data directly from the database to the report?? Because that creation of a new report on each datagridview row is my major concern.....Thanks in advance
Xonel 6-Feb-13 1:51am View    
Hi,
Thank you and sorry for the late reply...been trying out your advice but am getting this infor messagebox
One or more projects in the solution could not be loaded for the following reasons;
The project file or web has been moved, renamed or is not on your computer
These projects will be labeled as unavailable in Solution Explorer. Expand the project node to show the reason the project could not be loaded
Xonel 29-Jan-13 11:25am View    
Hi alamree748, thanks for the reply...I tried that like in my code snippet above but anytime the loop completes my report refreshes in a flickering manner and does that until the whole report is out...That's my major problem...That flickering effect. I thought it was because of the loop, and i wanna find a better way to have my report generated....Please give some code snippets to exactly understand your solution...Thank you
Xonel 21-Jan-13 13:38pm View    
Thank you CHill60 for the response
dataGridView is bound to a database, kindly how do i pass dataGridView1.DataSource to the Crystal report? The column heads of the Crystal report are those declared in the dataset. Some code snippets will greatly help me out.