MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / FindResult Enumeration

FindResult Enumeration
Represents the results of the search.
Syntax
'Declaration
 
Public Enum FindResult 
   Inherits System.Enum
 
Members
MemberDescription
BeginningOfPagesThe beginning of pages.
EndOfPagesThe end of pages.
FoundThe found result.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Section.FindResult

See Also