FlexReport for WPF
UserData プロパティ (DocumentInfo)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > DocumentInfo クラス : UserData プロパティ
ドキュメントに関連付けられているユーザー定義のカスタム文字列キーおよび文字列から成る System.Collections.Generic.Dictionary`2 を取得します。
シンタックス
'宣言
 
Public ReadOnly Property UserData As System.Collections.Generic.Dictionary(Of String,String)
'使用法
 
Dim instance As DocumentInfo
Dim value As System.Collections.Generic.Dictionary(Of String,String)
 
value = instance.UserData
public System.Collections.Generic.Dictionary<string,string> UserData {get;}
参照

DocumentInfo クラス
DocumentInfo メンバ