-
Print DataSet Report
hi, I'm just wonder if crystal report can load dataset's data OR only load the table's data?
what i mean is i use a sql statement filter out the data from a large volumn data table, I want my report print out this particular dataset's data. Not the whole table's data.
Can somebody tell me is it possible?
thank you
-
Yes it can do that. You have to build the report from the schema of the dataset and then pass in the dataset at runtime.
This may help:
http://www.devcity.net/forums/faq.as...rystal+Reports
-
Thank You
Hi, Thanks a lot, I got it. But i found another way to do this. I did it by adding one "Command" and type in sql statement. It works too.