Create and add a Label control to an Active Report Section.

<para> If the Section is not high enough to accomodate the Control then its height will automatically be increased. </para>

Syntax

ISReportFunctions.RpxCreateLabel(section, left, top, width, height, [text], [dataField], [font])

Parameters

NameTypeOptionalByRefDescription
section GrapeCity.ActiveReports.SectionReportModel.Section The Report Section.
left Double The Left position of the Label in twips.
top Double The Top position of the Label in twips.
width Double The Width position of the Label in twips.
height Double The Height position of the Label in twips.
text String Optional The Label Text.
dataField String Optional The Data Field to bind to.
font ActiveReports.Document.Drawing.Font Optional The Font to use. If omitted, a value of Nothing is assumed.

Return Value

GrapeCity.ActiveReports.SectionReportModel.Label

A GrapeCity.ActiveReports.SectionReportModel.Label value.

Member of:
ISReportFunctions
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0