SuperLabel fields are used to insert HTML text in reports. FlexReport supports SuperLabel fields using its extensible custom field architecture. In the following sections, you'll see how you to customize SuperLabel fields in reports using the FlexReportDesigner application. The SuperLabel custom field uses three assemblies, C1.Win.FlexReport.CustomFields, C1.Win and C1.Win.SuperTooltip, which should be in the same folder as the FlexReportDesigner app.
To start using the SuperLabel custom field in the FlexReportDesigner application, complete the following steps:
Copy Code
|
|
---|---|
<customfields>
<item value="C1.Win.FlexReport.CustomFields.4.6.2;C1.Win.FlexReport.CustomFields.SuperLabel" />
</customfields>
|
That's it! Now, you have successfully added a SuperLabel field to your report.
Let's now add a SuperLabel field to the report created in Map Custom Field.
SuperLabel.Text |
Copy Code
|
---|---|
<html><body><font color="Red">Customers and Suppliers by City</font></body></html> |