ActiveReports Developer 7
IMetadataDictionary Interface Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : IMetadataDictionary Interface

Glossary Item Box

The following tables list the members exposed by IMetadataDictionary.

Public Properties

 NameDescription
 PropertyContentsReturns the contents of this object.  
 PropertyCountSpecifies number of items in the dictionary.  
 PropertyIDGets the ID of this object.  
 PropertyItemReturns metadata dictionary entry at specified index.  
 PropertyLayoutAreaSpecifies the IMetadataDictionaryEntry.LayoutArea instance referenced directly or indirectly via Contents.  
 PropertyNameRepresents the name of this object.  
 PropertyReportItemSpecifies the IMetadataDictionaryEntry.ReportItem referenced directly (for Document Map) or indirectly via Contents.  
 PropertyVisualRectangleGets the visual rectangle of this object.  
Top

Public Methods

 NameDescription
 MethodAddOverloaded. Overloaded.     
 MethodAreaFromPointReturns area from the map, containing specified point (if any).  
 MethodFindEntryByNameSearches for the MetadataDictionaryEntry with the specified name  
 MethodMerge
Adds the specified entry to the dictionary by merging its content with the specified entry.
 
 MethodRemoveRemoves entry with a specified id from this dictionary  
Top

See Also