As far as I know, this is not possible. The Crystal Reports API is
limited in what it can do in terms of modifying layout of an existing
report, and many of the exposed properties you would need to do so are
read only.
What's worse, much of the functionality to rearrange items that are
already present on an existing report do not work as expected (try
creating a LineObject on a report through the designer and move it
programmatically to see what I'm talking about).
If you find otherwise, please let me know. I used to be in the same
boat, but had to bag the concept or dynamically creating the report
after giving it a month or more of constant work.
If you're using Reflector, you can probably attempt to learn the nuances of CR and create a binary rpt file through code, but my assumption is that .NET Crystal is nothing more than a wrapper around the same codebase CR has had for years - so if custom client facing reports is important to you, your time would likely be best spent evaluating other software (or even designing your own, depending on your requirements).
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum