المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : crystal report in C# using dataset and datatable



C# Programming
07-16-2012, 02:27 PM
Hi,all

I am using dataset and and placing two tables on dataset.xsd pane from my database. so it is valid or i have to manually create tables by right clicking on dataset.xsd pane and select new table.

And if it is valid,then i am fetching data from database of that two tables. So what should i write in adapter.fill(i.e. ds,"which table name");

beacause i am getting my report blank.even if there is data in dataset.

and if i create only one datatable with the columns from two tables in the dataset..i am only getting first row on the report..but actually there are 3 rows..so i m not getting the problem