Report set

A report set may contain one or more reports, and each report contain a report body. The Report Inspector enables you to focus on one of the three levels, namely the report set, report, and report body. By default, the root node in the Report Inspector represents the current report. You can click the Up button on the toolbar to show the report set as the root node (if the current root node represents the report body, you should click that button twice). After showing the report set node in the Report Inspector, you can set its properties:

Property Name Description
General
Class Type Indicates the class type of the object. This property is read only.
Others
Import Parameter Values Specifies the name of a class file from which to import default values for parameters used by the report set, for example, help.TestParamList. Then when viewing the report set, the displayed Enter Parameter Values dialog will only list the imported default parameters.

To make the property work, you need specify the Parameter List Auto property to false.

For more information, see Importing parameter values.

Data type: String

Parameter List Auto Specifies whether to get the default values for parameters used in the report set from values defined in the catalog.
  • true - Gets parameter default values from values defined in catalog.
  • false - Gets parameter default values from the class file specified by the Import Parameter Values property.

Data type: Boolean