[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.NameValidator

NameValidator Class

Represents a validator to check names contained in a report.

Inheritance
NameValidator
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class NameValidator
Examples
var validator = new NameValidator();
bool isValid = validator.ValidateName("ReportItemName", NameType.Control);

Methods

Name Description
ValidateName(string, NameType)

Checks report item names to ensure that they are unique, not empty or null, and do not contain invalid characters.

Extension Methods