See also Report Designer Component Properties for properties common to all components.
Memo components store a link to a text file, they do not embed the text. All users who access the report will need access to the location of the text file. You can use Memo Components to show Terms and Conditions, or for notes on GL Reports.
Memo components have the following properties:
Alignment |
Set options to align the component:
|
AlignWithMargins |
When True, the component will align with the page margins. |
Font |
Determines the font of the printed output. Click |
MemoPath |
The directory path and name to the file containing the memo text. Standard text (*.txt) and rich text format (*.rtf) files are supported. The Font and ParentFont properties are ignored for .rtf files as these contain embedded font information. To select a file, you can:
Note: We do not recommend using Microsoft Word to edit .rtf files, as Word uses non-standard RTF extensions. |
ParentCustomHint |
When True, uses the Custom Hint of the parent Band. |
ParentFont |
When True, uses the Font of the parent Band. Setting this property to True means you can change the font of a band (or the entire report) and have all components on that band (or the report) change to the same font. |