ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValidationContext Class / Mode Property

In This Topic
    Mode Property (ValidationContext)
    In This Topic
    Gets the mode for which the validation context is set.
    Syntax
    'Declaration
     
    Public ReadOnly Property Mode As ValidationMode
    public ValidationMode Mode {get;}

    Property Value

    Returns a ValidationMode enumeration indicating the current mode.
    See Also