MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IMetadataDictionary Interface / Add Method
The IMetadataDictionaryEntry to add to the dictionary.

In This Topic
Add Method (IMetadataDictionary)
In This Topic
Adds a dictionary entry to the map.
Syntax
'Declaration
 
Sub Add( _
   ByVal entry As IMetadataDictionaryEntry _
) 
 

Parameters

entry
The IMetadataDictionaryEntry to add to the dictionary.
Remarks
It will merge dictionary contents if a dictionary with the same ID and name already exists at the top level.
See Also