Choosing fields at runtime

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Suppose I want the user to choose the fields he wants in the report and also
grouping levels is it possible?
 
vinayak said:
Suppose I want the user to choose the fields he wants in the report and also
grouping levels is it possible?


Yes. You can set a control's or a GroupLevel's
ControlSource property in the report's Open event. (Note
that the controls and GroupLevels must exist in the report's
design.)
 

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