ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentSelection Structure / DocumentSelection Constructor

In This Topic
    DocumentSelection Constructor
    In This Topic
    Initializes a new instance of the DocumentSelection class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageIndex As Integer, _
       ByVal items As IEnumerable(Of DocumentModel.IPageItem) _
    )
    public DocumentSelection( 
       int pageIndex,
       IEnumerable<DocumentModel.IPageItem> items
    )

    Parameters

    pageIndex
    items
    See Also