Name |
Explanation |
LL.ChartObject.ArcIndex (only with pie charts) |
Index of the segment. The segments are sorted by size. The largest segment has index 1. |
LL.ChartObject.ArcPerc (only with pie charts) |
Size of the segment in percent. |
LL.ChartObject.ArcTotal (only with pie charts) |
Absolute value of the entire data volume. |
LL.ChartObject.ArcTypeIsOthers (only with pie charts) |
True, if the current segment is the "other" segment. |
LL.ChartObject.ArcValue (only with pie charts) |
Absolute value of the current segment. |
LL.ChartObject.AxisCoordinate (only with charts) |
Coordinate value (can be used in axis labels). |
LL.ChartObject.AxisPercentage (only with charts) |
Coordinate value in percent (can be used in axis labels). |
LL.ChartObject.ValueIsOthers (only with 100% stacked bar charts and Treemap) |
True, if the current bar/node is the "other' bar/node. |
LL.ChartObject.Shape.Attribute |
Shapefile Attributes |
LL.ChartObject.NodeKey (only Treemap) |
Returns the index of the node. |
LL.ChartObject.NodeSum (only Treemap) |
Value sum of the current node. |
LL.ChartObject.ParentNodeSum0-2 (only Treemap) |
Value sum of the node that is n+1 levels higher. |
LL.ChartObject.ParentNodeText0-2 (only Treemap) |
Text of the node that is n+1 levels higher. |
LL.CurrentRelation (only with multiple tables) |
Description of the current relationship to the higher-level table. |
LL.CurrentSortOrder (only with multiple tables) |
Description of the current sort order in the table. |
LL.CurrentTable (only with multiple tables) |
Identification of the table currently in use. |
LL.CurrentTablePath (only with multiple tables) |
Identification of the table currently in use (hierarchically with higher-level tables), e.g. Customers.Orders.Order_Details. |
LL.FCountData |
Number of data records transferred by the program. This number also includes the data records that were not printed because of their filter condition. |
LL.FcountDataThisPage |
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. |
LL.FcountPrintedData |
Number of records actually printed. |
LL.FcountPrintedDataThisPage |
Number of data records actually printed on the current page. |
LL.Relations.* (only with multiple tables) |
Available relationships. |
LL.TableLineIndex |
Returns the index of the data line in a table. |
LL.VisibleTableLineIndex |
Returns the index of the visible data line in a table. |
LL.Tables.* (only with multiple tables) |
Available tables. |
Reference.Level |
Level in the table of contents or index. Can be defined using the appropriate property. See also Report Sections in Chapter Page Layout. |
Reference.PageIndex |
Page number for the index entry. |
Reference.PageNumber |
Page number for the directory entry. |
Reference.Text |
Text to the table of contents or index to be displayed. Can be defined via the corresponding property. |