| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Template Symbols > Built-in Symbols >====== Report Control Symbols {{c6h0068.jpg|C6H0068.jpg}} ====== | [[window control symbols.htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[formula symbols.htm|{{btn_next_n.gif|Next page}}]] | | || | %Report | The label of the procedure's report. Dependent on %Procedure. | | %ReportStatement | The REPORT declaration statement (and all attributes). Dependent on %Report. | | %ReportControl | The field equate labels of all controls in the report. Multi-valued. Dependent on %Report. | | %ReportControlUse | The control's USE variable (not field equate). Dependent on %ReportControl. | | %ReportControlStatement | The control's declaration statement (and all attributes). Dependent on %ReportControl. | | %ReportControlType | The type of control (STRING, IMAGE, LIST, TEXT, etc.). Dependent on %ReportControl. | | %ReportControlTemplate | The name of the control template which populated the control onto the report. Dependent on %ReportControl. | | %ReportControlIndent | The control declaration's indentation level in the generated data structure. Dependent on %ReportControl. | | %ReportControlInstance | The instance number of the control template which populated the control onto the report. Dependent on %ReportControl. | | %ReportControlOriginal | The original field equate label of the control as listed in the control template from which it came. Dependent on %ReportControl. | | %ReportControlLabel | The label of the report STRING control. Dependent on %ReportControl. | | %ReportControlField | All fields populated into the LIST, COMBO, or SPIN control. Multi-valued. Dependent on %ReportControl. |