Click here to Skip to main content
16,013,207 members

Comments by manabjn (Top 10 by date)

manabjn 5-Nov-12 10:41am View    
whenever I debug my project ,dataset is loaded with new table bill_t with my required data. Thus at runtime , dataset DataSet1 has two table, one is DataTable1(which is created at designing time of Dataset1) and other one is bill_t. Upto this everything is seems to be right.
objRpt.SetDataSource(ds.Tables[1]);
crystalReportViewer1.ReportSource = objRpt;//where obj is the object the Crystal report CrystalReport1
I think above two line of codes have some mistake..
Please Help me
manabjn 4-Nov-12 14:39pm View    
objRpt.SetDataSource(ds);
crystalReportViewer1.ReportSource = objRpt;
//objRpt is the object of Crystal report...
I dont know where is the fault.
Either on first line or second line must have the fault. Dataset fill with data but i dont khow what to do now.. Plz help me
manabjn 4-Nov-12 14:16pm View    
I follow the all steps whatever you mentioned, but still it remain unchanged............
anyway thank for your kind help
manabjn 4-Nov-12 10:06am View    
I did it, but it display only the column names of the datatable of the Dataset dataset1 .
manabjn 25-Sep-11 6:12am View    
yes,but my problem has not solve yet. please help me