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

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