ActiveReports 8
Add(IMetadataDictionaryEntry,Boolean) Method

The MetadataDictionaryEntry to add.
Specifies whether the duplicate entries are allowed.
Adds dictionary entry to the map. 
Syntax
'Declaration
 
Overloads Sub Add( _
   ByVal entry As IMetadataDictionaryEntry, _
   ByVal allowDuplicate As System.Boolean _
) 
void Add( 
   IMetadataDictionaryEntry entry,
   System.bool allowDuplicate
)

Parameters

entry
The MetadataDictionaryEntry to add.
allowDuplicate
Specifies whether the duplicate entries are allowed.
See Also

Reference

IMetadataDictionary Interface
IMetadataDictionary Members
Overload List

Support Forum