Hi folks,
I'm converting over a number of reports from VB6 which used code in DSR files to conditionally format the report in various ways by examining data at runtime in the detail section's Format event. I found a reference to a similar capability in the Crystal Reports XI Technical Implementation Guide, but I've been unable to locate any examples showing how a similar capability to the VB6 DSR code execution for report events can be accessed in .Net.
Browsing the available events in the code view of the Report's.vb file only yields a FormatSection event, which seems not to be quite right (and for which I can find no documentation whatsoever).
How does one place code or otherwise act when a section's Format event occurs?