================================
This example is now considered obsolete. Please refer to the following help topics to learn how to accomplish the headlined task:
How to: Implement a Custom Report Class
WinReportServiceController.CustomShowPreview Event
================================
This example demonstrates how to create a custom ReportData class to customize XAF Reports. The Header property will be added to the ReportData class, and the corresponding XRLabel control with the Header text will be created in the XafReport. Also, this example demonstrates how to access the XafReport via the ViewController before previewing it. This functionality may be useful, if you cannot access some information from the ReportData class.