DataAreaView.showControlBar

Syntax

showControlBar (showCtrlBar, updateSize);

Parameters

showCtrlBar. Determines whether the control panel is displayed. If this parameter is set to True, the panel is shown, if it is False the panel is hidden.

updateSize. Determines whether the table is resized on showing or hiding the control panel. If this property is set to True, hiding or displaying the panel changes the table size (the table occupies the entire data area). If this property is set to False, the table size remains unchanged. By default this property is set to True.

Description

The showControlBar method determines whether to display the control panel of the regular report.

Example

The example of method use is given in description of the ReportView.PropertyChanged event.

See also:

DataAreaView