Gets or sets the maximum number of items stored in preview history.

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

Syntax

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

Remarks

The default value for this property is 64.

See Also