FlexReport for WinForms
Dictionary クラス
メンバ 


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 : Dictionary クラス
Represents a dictionary within a C1Document. 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).
オブジェクト モデル
Dictionary クラス
シンタックス
'宣言
 
Public Class Dictionary 
   Inherits C1.Document.NamedCollection(Of DictionaryItem)
   Implements ICloneableObjectINamedObjectOwnerIOwnedObject 
'使用法
 
Dim instance As Dictionary
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Document.OwnedCollectionBase<TItem>
         C1.Document.OwnedCollection<TItem>
            C1.Document.NamedCollection<TItem>
               C1.Document.Dictionary

参照

参照

Dictionary メンバ
C1.Document 名前空間