ActiveReports Developer 7
Add(IMetadataDictionaryEntry,Boolean) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IMetadataDictionary Interface > Add Method : Add(IMetadataDictionaryEntry,Boolean) Method

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

Glossary Item Box

Adds dictionary entry to the map. 

Syntax

Visual Basic (Declaration) 
Overloads Sub Add( _
   ByVal entry As IMetadataDictionaryEntry, _
   ByVal allowDuplicate As System.Boolean _
) 
C# 
void Add( 
   IMetadataDictionaryEntry entry,
   System.bool allowDuplicate
)

Parameters

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

See Also