ActiveReports Developer 7
FindEntryByName Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IMetadataDictionary Interface : FindEntryByName Method

name
The name of the entry to find.

Glossary Item Box

Searches for the MetadataDictionaryEntry with the specified name

Syntax

Visual Basic (Declaration) 
Function FindEntryByName( _
   ByVal name As System.String _
) As IMetadataDictionaryEntry
C# 
IMetadataDictionaryEntry FindEntryByName( 
   System.string name
)

Parameters

name
The name of the entry to find.

See Also