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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top