I need to know how to dynamically place my fields on my report at runtime. So when I run my VB.NET project, my form will open and run some SQL, create the Crystal Report and the fields that I want will be placed in my report. For example, if my table contains units, rev, and cost I want these fields placed right next to each other like so:
| UNITS | REV | COST |
I can't have any gaps between the fields either. Any info is much appreciated
| UNITS | REV | COST |
I can't have any gaps between the fields either. Any info is much appreciated