ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IMetadataDictionary Interface / Item Property
The ID of the metadata dictionary entry to retrieve.

In This Topic
    Item Property (IMetadataDictionary)
    In This Topic
    Gets the IMetadataDictionaryEntry with the specified ID.
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal id As String _
    ) As IMetadataDictionaryEntry
    IMetadataDictionaryEntry this[ 
       string id
    ]; {get;}

    Parameters

    id
    The ID of the metadata dictionary entry to retrieve.

    Property Value

    An IMetadataDictionaryEntry with the specified ID.
    See Also