Represents a dictionary within a C1PrintDocument. The dictionary allows to store an object such as an image or an icon once, and reuse it throughout the document. Items contained in the dictionary must have types derived from DictionaryItem (e.g. DictionaryImage or DictionaryIcon).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class Dictionary : OwnedCollection
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class Dictionary _
	Inherits OwnedCollection

Inheritance Hierarchy

See Also