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 project�s 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 project�s unit of measure. |
LL.Device.PrintableArea.Offset.cx |
Width of the unprintable left margin in the project�s 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 project�s unit of measure. |
LL.Device.PrintableArea.Size.cx |
Printable page width in the project�s unit of measure. |
LL.Device.PrintableArea.Size.cy |
Printable page height in the project�s unit of measure. |
LL.CountData |
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 |
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 |
Number of records actually printed. |
LL.CountPrintedDataThisPage |
Number of data records actually printed on the current page. |
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. |
LL.SortStrategy |
Sort order selected by the user. |
@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 |