Limitations

Top  Previous  Next

The report inheritance was designed to meet the following goal: save common report elements such as headers and footers in separate files, and reuse them in inherited reports. Do not try to use the inheritance to perform more complex tasks. In particular, avoid to do the following:

 

do not inherit the report from the inherited one (i.e. do not inherit twice);
do not use complex objects such as Table and Matrix, in the base report;
do not use script in the base report;
do not use parameters in the base report.