ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IMetadataDictionary Interface / Add Method

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

    Parameters

    entry
    Remarks
    It will merge dictionaries content if a dictionary with the same ID and name already exists at the top level
    See Also