PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Expand]Guide for PANTHEON
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Collapse]User Manuals for PANTHEON
  [Expand]User Manual for PANTHEON
  [Expand]User Manual for PANTHEON Retail
  [Expand]User manual for PANTHEON Vet
  [Expand]User Manual for PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Guides for PANTHEON Web
  [Expand]Guide for PANTHEON Web Light
  [Expand]Guide for PANTHEON Web Terminal
  [Expand]Guide for PANTHEON Web Legal
  [Expand]Old products Archive
 [Collapse]User Manuals for PANTHEON Web
  [Expand]Getting started PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
  [Expand]User Manual for PANTHEON Web Terminal
  [Expand]User Manual for PANTHEON Web Legal
  [Expand]Old products Archive
[Collapse]PANTHEON Granules
 [Collapse]Guides for PANTHEON Granules
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]Dashboard Granule
  [Expand]B2B Orders Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
 [Collapse]User Manuals for PANTHEON Granules
  [Expand]Getting started
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]B2B Orders Granule
  [Expand]Dashboard Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
  [Expand]Archive
[Expand]User Site

Load Time: 859.3785 ms
"
  6613 | 1 | |
Label


Data Tree

 

All properties of the objects can be set in the Object inspector window, which can be displayed or hidden in the “View>Toolbars...” menu command.

The Data Tree window consists from four tabs:

- Data

- Variables

- Functions

- Classes

You can dragged and dropped to the desktop all data available in the Data tree 

Data

On tab data you can find all datasets and their datafields.

Variables

On tab data you can find variables which are of two types

1: System variables - these variable are provided by FastReport

2: User defined variables - these variables are defined by user. We will meet them later

System variables are:
 

  • Date

  • Time

  • Line - Line number in the table. It is considered for each group in the table separately.

  • Line# - Line number in the table. It shall be counted from the beginning of the report.

  • Page - The page number that resets at the beginning of a new group if its header (GroupHeader) properties ResetPageNumbers and StartNewPage are set to True.

  • Page# - Page number. It is counted from the beginning of the report.

  • TotalPages - The page number that resets at the beginning of a new group if its header (GroupHeader) properties ResetPageNumbers and StartNewPage are set to True.

  • TotalPages# - Number of pages on the report. It is counted from the beginning of the report.

System variables Page and TotalPages get values only when the report is generated to the end. If we want to use them in the script, n the “View>Toolbars...” menu command on the General tab select the DoublePass setting.

 

Tabs Function and Classes

These tabs are mostly used by programmers.

On tab Function function are listed. We will u8se some of there functions later.

On tab Classes all classes iof FastReport are listed.

  

     


Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!