Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPageExternal Class / PreviewPageExternal Constructor
The list that is the source of the page.
Page index in the list.

In This Topic
    PreviewPageExternal Constructor
    In This Topic
    Initializes a new instance of the PreviewPageExternal class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal list As IList, _
       ByVal idx As Integer _
    )
    public PreviewPageExternal( 
       IList list,
       int idx
    )

    Parameters

    list
    The list that is the source of the page.
    idx
    Page index in the list.
    See Also