ActiveReports 13
DuplicateNames Property

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace > FieldCollection Class : DuplicateNames Property
Returns HashSet with duplicated field names.
Syntax
'Declaration
 
Public ReadOnly Property DuplicateNames As HashSet(Of String)
public HashSet<string> DuplicateNames {get;}
See Also

Reference

FieldCollection Class
FieldCollection Members