Show contents 

Report > Report Assembly Interfaces > IReportControlPanel > IReportControlPanel.BorderStyle

IReportControlPanel.BorderStyle

Syntax

BorderStyle: ControlBorderStyle;

Description

The BorderStyle property determines appearance of the border of the ReportControlPanel component.

Example

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Begin
    ReportControlPanel1.BorderStyle := ControlBorderStyle.Single;
End Sub Button1OnClick;

After executing the example clicking the button sets 3D view for the ReportControlPanel1 component.

See also:

IReportControlPanel