Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / VisitedDocument Class / Storage Property

In This Topic
    Storage Property
    In This Topic
    Gets or sets the VisitedDocumentStorage object containing the data of the current visited document.
    Syntax
    'Declaration
     
    Public Property Storage As VisitedDocumentStorage
    public VisitedDocumentStorage Storage {get; set;}
    See Also