ComponentOne FlexReport for WinForms
SuperLabel Custom Field
Working with FlexReportDesigner > Adding FlexReport Custom Fields > SuperLabel Custom Field

SuperLabel fields are used to insert HTML text in reports.

Let's add a SuperLabel field to the report created in Adding Map Custom Field.

  1. Open the report.
  2. Set PageHeader's Visible property to True.
  3. Drop a SuperLabel field in the Page Header section of the report.
  4. From the Properties window, set Text property to the following text:

    SuperLabel.Text
    Copy Code
    <html><body><font color="Red">Customers and Suppliers by City</font></body></html>
    

  5. In the designer, SuperLabel field should now look as follows:

  6. Preview the report: