The Rich Text control enables users to display, enter, and manipulate formatted text.
In the Property Grid, the Rich Text control's properties are divided into the following groups:
Displays the Formatting Rules Editor, used to choose which rules should be applied to the control during report generation, and define the precedence of the applied rules. Refer to
Conditionally Change a Control's Appearance for further information.
When this property is set to Yes, the control's height can be automatically increased, if required, to fit the text. If there are other controls below the current control, they will be pushed down to prevent them from overlapping. Note that if a control overlaps the growing Rich Text by even one pixel, it will not be pushed down by the growing Rich Text.
When this property is set to Yes, and the text does not completely fill a Rich Text, then the control's height will be decreased to the height of its text. If there are other controls below the current one, they will be moved up to fill the gap. Note that if a control overlaps the shrinking Rich Text by even one pixel, it will not be pushed up by the shrinking Rich Text.
If the current report has a data source, the Tag property can be bound to a data field obtained from the data source. To do this, expand the (
Data Bindings) property, and from the
Tag.Binding dropdown list, select the required data field.
If the current report has a data source, the Rtf property (instead of Text) can be bound to a data field obtained from the data source. To do this, expand the (
Data Bindings) property and in the
Rtf.Binding dropdown menu, select the required data field. Refer to
Display Values from a Database (Bind Report Elements to Data) for further information.
If the current report has a data source, the Bookmark property can be bound to a data field obtained from the data source. To do this, expand the (
Data Bindings) property and from the
Bookmark.Binding dropdown list, select the required data field.
Use the Navigation URL property to specify a URL for web browser navigation when a user clicks the control. The web browser displays a page in a window or a frame as specified by the
Navigation Target property.
If the current report has a data source, the Navigation URL property can be bound to a data field obtained from the data source. To do this, expand the (
Data Bindings) property, and from the
Navigation URL.Binding dropdown list, select the required data field.