Page 1 of 1

Can't bind a DataSet

Posted: Thu Jul 03, 2008 2:26 am
by ape
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.

Can't bind a DataSet

Posted: Thu Jul 03, 2008 5:25 am
by ape
Sorry, i found the error, it was an error in my database :) thanks anyway