ReportLabel (gb.report)
This control is a label that print a text.
Properties
Inherited properties
| Autoresize | Returns or sets if a reportcontrol size will fit it's content. | 
| BackGround | Returns or sets the background color used by the control. | 
| Border | Returns or sets the border of the control. | 
| BoxShadow |  | 
| Brush | Returns or sets the brush used for drawing. | 
| DataIndex | Returns the value of the repeat count | 
| Expand | Returns or sets if a control will expand if included in a container. | 
| Fixed | Returns or sets if a control will be displayed each time it's parent is called | 
| Font | Returns or sets the font used to draw text in the control. | 
| ForceNewPage |  | 
| Height | Returns or sets the height of the control. | 
| Id | Returns the handle of the control. | 
| Ignore | Returns or sets if a control must be ignored when its parent arranges its children. | 
| Left | Returns or sets the position of the left border of the control relative to its parent. | 
| Name | Returns or sets the name of the control. | 
| Padding | Returns or sets the distance that separates a child control from the border of the container. | 
| Parent | Returns the control container. | 
| Range | Not activated yet | 
| Report | Returns the report that contains the control. | 
| Tag | Returns or sets the control tag. | 
| Top | Returns or sets the position of the top border of the control relative to its parent. | 
| Visible | Indicates if the control is visible or not. | 
| Width | Returns or sets the width of the control. | 
| X | Returns or sets the position of the left border of the control relative to its parent. | 
| Y | Returns or sets the position of the top border of the control relative to its parent. | 
Inherited methods
| Move | Moves and/or resizes the control. | 
Events
| Data | This event is raised when the data stored in the control is needed. |