A
authorking
I had just binded a DataSet obj to a crytstal report obj with the following
code:
crystal_report.setdatasource(DataSet obj);
but how can I make the dataset's selected data field to be displayed in the
report in program run time.
code:
crystal_report.setdatasource(DataSet obj);
but how can I make the dataset's selected data field to be displayed in the
report in program run time.