Name |
Explanation |
LL.Color.* |
Color value of the corresponding color. |
LL.Device.Name |
Identification of the output device (printer). |
LL.Device.Page.Name |
Designation of the selected paper size (example "A4"). |
LL.Device.Page.Size.cx |
Physical page width of the output device in the projects unit of measure. Can be used in formulas to adjust the size of objects dynamically to fit larger output formats. Example: In the property list, set the Position.Left property to the value 0 and the Position.Right property to LL.Device.Page.Size.cx. The object will now always occupy the total page width. |
LL.Device.Page.Size.cy |
Physical page height in the projects unit of measure. |
LL.Device.PrintableArea.Offset.cx |
Width of the unprintable left margin in the projects unit of measure. Example: In the property list, set the Position.Left property to the value LL.Device.PrintableArea.Offset.cx. The object will now always be positioned precisely at the left margin of the printer's printable area. |
LL.Device.PrintableArea.Offset.cy |
Height of the unprintable top margin in the projects unit of measure. |
LL.Device.PrintableArea.Size.cx |
Printable page width in the projects unit of measure. |
LL.Device.PrintableArea.Size.cy |
Printable page height in the projects unit of measure. |
LL.Scheme.* |
Color value of the respective Design Scheme color. |
LL.CountData (not with multiple tables) |
Number of data records transferred by the program. This number also includes the data records that were not printed because of their filter condition. This counter is incremented for each data record. |
LL.CountDataThisPage (not with multiple tables) |
Number of data records transferred by the program on the current page. This number also includes the data records that were not printed because of their filter condition. This counter is incremented for each data record. |
LL.CountPrintedData (not with multiple tables) |
Number of records actually printed. |
LL.CountPrintedDataThisPage (not with multiple tables) |
Number of data records actually printed on the current page. |
LL.CurrentContainer |
Description of the current report container |
LL.CurrentContainerItem |
Value of an element's "Name" property in the report container. Is used e.g. for display and layout region conditions. |
LL.CurrentLanguage |
Returns the print language, e.g. "en-EN" |
LL.CurrentTableColumn |
Returns the index of the current column in the case of multi-column projects. |
LL.FilterExpression |
Selected project filter. |
LL.IsForcedPage |
Specifies whether the page was forced due to the "Minimum page count" project property. |
LL.OutputDevice |
Output medium. Can be used e.g. for formatting objects for output in a particular way (e.g. "HTML", "RTF", "PDF" etc. Format Value PDF PDF HTML HTML RTF RTF MS Word DOCX PowerPoint PPTX SVG SVG Bitmap PICTURE_BMP EMF PICTURE_EMF TIFF PICTURE_TIFF Multi-TIFF PICTURE_MULTITIFF JPEG PICTURE_JPEG PNG PICTURE_PNG MS Excel XLS XPS XPS MHTML MHTML XHTML/CSS XHTML XML XML Text TXT Pinwriter TTY Preview PRV Printer PRN File FILE Presentation PRES JQuery Mobile JQM |
LL.SortStrategy |
Sort order selected by the user. This function is deprecated and should no longer be used. |
ReportSection.Description |
Returns the name of the section of the report: index or table of contents |
ReportSection.Maximum DirectoryDepth (only table of contents) |
Value of the property "max. Contents depth" in the project options. |
ReportSection.PageRelativ (only index) |
Relative number of pages for the index: the page numbers start at 1. |
@LLFAX.RecipName |
Fax dispatch: Recipient name |
@LLFAX.RecipNumber |
Fax dispatch: Recipient's fax number |
@LLFAX.SenderBillingCode |
Fax dispatch: Sender's billing code |
@LLFAX.SenderCompany |
Fax dispatch: Sender company |
@LLFAX.SenderDept |
Fax dispatch: Sender department |
@LLFAX.SenderName |
Fax dispatch: Sender's name |