Can't bind a DataSet
Posted: Thu Jul 03, 2008 2:26 am
Good Morning,
I've following problem. I've created a dataset with visualstudio ( it points to a microsoft sql server ) which is full with data
( i've tested it with a datagridview )
i chose this dataset as datasource for the designer and it worked as expected. But on the preview it doesn't show anything ( i've designed a simple list report )
also after calling following functions:
stiReport1.RegData(myDataSet);
stiReport1.View();
it shows no data ( except the header text fields );
is there a problem with my dataset or have i missed something, or is this a limitation of the demo version?
i hope someone can help me.
I've following problem. I've created a dataset with visualstudio ( it points to a microsoft sql server ) which is full with data

i chose this dataset as datasource for the designer and it worked as expected. But on the preview it doesn't show anything ( i've designed a simple list report )
also after calling following functions:
stiReport1.RegData(myDataSet);
stiReport1.View();
it shows no data ( except the header text fields );
is there a problem with my dataset or have i missed something, or is this a limitation of the demo version?
i hope someone can help me.