Hi,
if u created a dataset, then open the dataset designer and add a new query to the tableadapter of ur dataset such as,
select field1,field2 from tablename.
then,
tableadapter.query(dataset.tablename);
crystalreport1.setdatasource(dataset);
If i m getting ur problem correctly, then it will definitely help you.
Regards
Panna
Digital Horizons
India
|