ActiveReports 8
DocumentSelection Constructor

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

Parameters

pageIndex
items
See Also

Reference

DocumentSelection Structure
DocumentSelection Members

Support Forum