Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / HistoryOptions Class / HistoryOptions Constructor
The owner C1PreviewPane control.

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

    Parameters

    previewPane
    The owner C1PreviewPane control.
    See Also