Property
|
Type
|
Description
|
CurColumn
|
Integer
|
the index of the current column in a multi-columned report
a value can be assigned to this property.
|
CurX
|
Extended
|
the current print position on the X-axis
a value can be assigned to this property.
|
CurY
|
Extended
|
the current print position on the Y-axis
a value can be assigned to this property.
|
DoublePass
|
Boolean
|
equals “True” if the report is a two-pass one
analogous to Report.EngineOptions.DoublePass.
|
FinalPass
|
Boolean
|
equals “True” when in last pass of a two-pass report
|
PageHeight
|
Extended
|
printable region’s height, in pixels
|
PageWidth
|
Extended
|
printable region’s width, in pixels
|
StartDate
|
TDateTime
|
time of report running
the same as the <Date> system variable
|
StartTime
|
TDateTime
|
time of report running
the same as the <Time> system variable
|
TotalPages
|
Integer
|
the number of pages in a report
the same as the < TotalPages> system variable
the report should be a two-pass one, if this variable is used
|
SecondScriptcall
|
Boolean
|
flag returning 'repeat-call' status of an event (in some cases
an event can be called repeatedly during grouping)
if True then the script has already been called
|