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

In This Topic
    NameValidator Property
    In This Topic
    Gets a GrapeCity.ActiveReports.ReportObjectMode.Validation.NameValidator object for the current validation context to use for name validation.
    Syntax
    'Declaration
     
    Public ReadOnly Property NameValidator As NameValidator
    public NameValidator NameValidator {get;}
    See Also