Dynamics Tab, Report Control Properties Dialog Box (Report Builder)

Enables you to specify one or more expressions that change the run-time display properties of the report controls. The Report Control Properties dialog box appears when you click Properties on the shortcut menu of a report control, or when you double-click a report control.

  • Condition List
    Specifies the list of the dynamic style conditions in the order that they will be evaluated. To change the order of a condition in the list, click the mover button to the left of the condition and drag it to a new location in the list.

    Note

    If you have re-ordered your conditions, the CASE sequence in the Dynamic Script Preview Dialog Box (Report Builder) will not reflect the new order until you save the changes by exiting the Field Properties dialog box.

  • Add
    Displays the Add Dynamic Style Condition dialog box where you specify a name for a new condition to be added to the list. When you enter a name and click OK, the Configure Dynamic Properties Dialog Box (Report Builder) opens so that you can create a condition and specify a style for the control when the condition expression evaluates to .T..
  • Remove
    Deletes the selected dynamic condition.
  • Script
    Displays the Dynamic Script Preview Dialog Box (Report Builder) so that you can see the code that actually executes the dynamic style at run time. You cannot modify the code in this dialog box, but you can copy it and paste it in a user-defined function to customize it.

See Also

Reference

Report Control Properties Dialog Box (Report Builder)
Add Dynamic Style Condition Dialog Box (Report Builder)

Other Resources

Managing Report Controls