ActiveReports Developer 7
NameValidator Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ValidationContext Class : NameValidator Property

Glossary Item Box

Gets a DataDynamics.Reports.ReportObjectMode.Validation.NameValidator object for the current validation context to use for name validation.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property NameValidator As NameValidator
C# 
public NameValidator NameValidator {get;}

See Also