CodeCharge Studio |
All ASP PHP Perl ColdFusion Java C#.NET VB.NET |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| Method | Description |
|---|---|
| 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. |
Report Form
Report Sections
Report Label Reference