Child_Rpt_State - Report
Set true if the current Report object is nested
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Child_Rpt_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Child_Rpt_State to IntegerVariable |
| Write Access: | Set Child_Rpt_State to IntegerVariable/Value |
Description
Child_rpt_state is set true if the current Report object is nested (the current report has a parent report). If child_rpt_state is false, then the report object is the main (or only) report.
This property is maintained by the Report object and you should be careful if you decide to change its value. The consequences of having it set to an invalid value are unpredictable.