SuperLabel フィールドは、レポートに HTML テキストを挿入するために使用されます。 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:
コードのコピー
|
|
---|---|
<customfields>
<item value="C1.Win.FlexReport.CustomFields.4.5.2;C1.Win.FlexReport.CustomFields.Map" />
</customfields>
|
これで終わりです。マップフィールドには主に次の要素があります。
マップカスタムフィールドで作成したレポートに SuperLabel フィールドを追加してみます。
SuperLabel.Text |
コードのコピー
|
---|---|
<html><body><font color="Red">Customers and Suppliers by City</font></body></html> |