data binding for a crytsal report field in program run time

  • Thread starter Thread starter authorking
  • Start date Start date
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.
 
You may want to apply a filter to the DataSet prior to binding it to the
report.
 
Back
Top