ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / SearchResult Class / Create Method / Create(Int32,Int32,Range) Method

In This Topic
    Create(Int32,Int32,Range) Method
    In This Topic
    Initializes a new instance of the SearchResult class
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal pageNumber As Integer, _
       ByVal itemIndex As Integer, _
       ByVal range As Range _
    ) As SearchResult
    public static SearchResult Create( 
       int pageNumber,
       int itemIndex,
       Range range
    )

    Parameters

    pageNumber
    itemIndex
    range
    See Also