[]
Represents a validator to check names contained in a report.
public sealed class NameValidator
var validator = new NameValidator();
bool isValid = validator.ValidateName("ReportItemName", NameType.Control);
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. |