IReportBox.DisplayTabs

Syntax

DisplayTabs: Boolean;

Description

The DisplayTabs property determines whether sheets' thumbnails are displayed.

Example

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);

Begin

ReportBox1.DisplayTabs := False;

End Sub Button1OnClick;

After executing the example and pressing the button sheet thumbnails are disabled for the component named ReportBox1.

See also:

IReportBox