ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / FieldCollection Class / DuplicateNames Property

In This Topic
    DuplicateNames Property
    In This Topic
    Returns HashSet with duplicated field names.
    Syntax
    'Declaration
     
    Public ReadOnly Property DuplicateNames As HashSet(Of String)
    public HashSet<string> DuplicateNames {get;}
    See Also