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

If the Section is not high enough to accommodate the Control then its height will automatically be increased.

Syntax

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

Parameters

NameTypeOptionalByRefDescription
section GrapeCity.ActiveReports.SectionReportModel.Section The Report Section.
left Double The Left position of the control in twips.
top Double The Top position of the control in twips.
width Double The Width position of the control in twips.
height Double The Height position of the control in twips.
text String Optional The TextBox 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.
outputFormat String Optional The Output Format for the TextBox.

Return Value

GrapeCity.ActiveReports.SectionReportModel.TextBox

A GrapeCity.ActiveReports.SectionReportModel.TextBox value.

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