Gets or sets a value indicating whether the status bar should be visible in the preview.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
public bool StatusBarVisible { get; set; }
Visual Basic
<BrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
Public Property StatusBarVisible As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also