I'm using Crystal Reports .NET in Visual Studio 2003.
In order to load a picture into each detail section of one of my reports, I read that I need to handle the Section Format event. I have found code that shows how this is done.
The question is simply: How/where do I write an event handler for the event, i.e. where do i put the code?
Thanks.
In order to load a picture into each detail section of one of my reports, I read that I need to handle the Section Format event. I have found code that shows how this is done.
The question is simply: How/where do I write an event handler for the event, i.e. where do i put the code?
Thanks.