ActiveReports 8
Add(IMetadataDictionaryEntry,Boolean) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also