Gets or sets the maximum number of stored visited documents.

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

Syntax

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

Remarks

The default value for this property is 10.

See Also