ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / SearchResult Class
Fields Properties Methods

In This Topic
    SearchResult Class Members
    In This Topic

    The following tables list the members exposed by SearchResult.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Special result value for Find method to begin searching from the beginning of the document/page  
    Public FieldText to display  
    Public FieldWhole text item area coordinates  
    Public FieldLogical page item number (for subsequent searches, ordered)  
    Public FieldThe index of the page where occurence found.  
    Public Fieldstatic (Shared in Visual Basic)Result indicating search is finished  
    Public FieldSelection text range  
    Top
    Public Properties
     NameDescription
    Public PropertyEnsures that SearchResult is not PastEnd or BeforeBegin (auxiliary values)  
    Top
    Public Methods
     NameDescription
    Public MethodCompares this instance to a specified SearchResult and returns an indication of their relative values.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Initializes a new instance of the SearchResult class  
    Public MethodDetermines whether the specified System.Object is equal to this instance.  
    Public MethodReturns a hash code for this instance  
    Public MethodReturns a System.String that represents this instance.  
    Top
    Public Operators
    Overriding Operator == for the SearchResult class
    Overriding Operator != for the SearchResult class
    Top
    See Also