Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / VisitedDocumentCollection Class / VisitedDocumentCollection Constructor
The owner of the current collection.

In This Topic
    VisitedDocumentCollection Constructor
    In This Topic
    Initializes a new instance of the C1.C1Preview.TagStringInputParams class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As C1PreviewPane _
    )
    public VisitedDocumentCollection( 
       C1PreviewPane owner
    )

    Parameters

    owner
    The owner of the current collection.
    See Also