CodeCharge Studio All ASP PHP Perl ColdFusion Java C#.NET VB.NET

Report Section Reference

Design-Time Properties

Property Description
Name Identifier name used in the generated code and HTML template.
Visible Whether the section should be shown on the report page at run-time. Select "No" to hide it.
Height The height of the section.

Events

Event Description

Server Side Events

On Initialized This event occurs at the initialization of section.
Before Show This event occurs before a component is rendered to the page.
On Calculate This event occurs after section component's values calculation is performed.

Run-Time Properties (ASP)

Property Description
Visible Specify if the Section will be displayed on the report. If the value is set to False the Section is not shown.
Height Specify the height of the section.

Run-Time Properties (PHP)

Property Description
ComponentType Specifies type of an object, such as "TextBox", "Record", etc.
Parent Specifies parent container of an object, for example a record form for a textbox that is included within that form.
Visible This property determines whether the control will be shown or not.
Height Specify height of section.

Run-Time Properties (.NET)

Report Interface object (Controls.ReportSection class)

Property Description
Name  Gets or sets the name of the section.
Height  Gets or sets the height of section in lines.
Visible  Gets or sets a value that indicates whether a server control is rendered as UI on the page.

Methods (Servlets & JSP)

MethodDescription
isVisible Returns a value indicating whether this control should be displayed or not.
setVisible Specify whether the form should be shown or not.
getHeight Gets the height of section in lines.
setHeight Sets the height of section in lines.

See also

Report Form
Report Sections
Report Label Reference


On-line, printable versions and updates