BorderStyle: ControlBorderStyle;
The BorderStyle property determines appearance of the border of the ReportControlPanel component.
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: