Gets or sets the VisitedDocumentStorage object containing the data of the current visited document.

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

Syntax

C#
public VisitedDocumentStorage Storage { get; set; }
Visual Basic
Public Property Storage As VisitedDocumentStorage
	Get
	Set

See Also