ShowBackground

Description

Whether the background settings of the report display.

Applies to

Report controls

Syntax

PowerBuilder dot notation:

dw_control.Object.controlname.ShowBackground

Describe and Modify argument:

"controlname.ShowBackground{ = ' value ' }"

Parameter

Description

value

A boolean value that indicates whether the report’s background color settings display.

Values are:

  • Yes – Display the background settings.

  • No – Do not display the background settings (default).

Usage


In the painter

Select the control and set the value in the Properties view, General tab, Show Background check box.

Examples

Example 1

dw1.Modify("r_orders_nested.ShowBackground = yes")

Example 2

dw1.Object.DataWindow.ShowBackground = "yes"