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

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

    Parameters

    owner
    The owner of the current collection.
    See Also