ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / FindOptions Class / Reverse Property

In This Topic
    Reverse Property (FindOptions)
    In This Topic
    Gets or sets a value indicating whether this FindOptions is reverse.
    Syntax
    'Declaration
     
    Public Property Reverse As Boolean
    public bool Reverse {get; set;}

    Property Value

    true if reverse; otherwise, false.
    See Also