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

entry
The MetadataDictionaryEntry to add.

Glossary Item Box

Adds dictionary entry to the map.

Syntax

Visual Basic (Declaration) 
Overloads Sub Add( _
   ByVal entry As IMetadataDictionaryEntry _
) 
C# 
void Add( 
   IMetadataDictionaryEntry entry
)

Parameters

entry
The MetadataDictionaryEntry to add.

See Also