ComponentOne FlexReport for WinForms
UserData Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > DocumentInfo Class : UserData Property
Gets the System.Collections.Generic.Dictionary`2 of custom user defined string keys and strings associated with a document.
Syntax
'Declaration
 
Public ReadOnly Property UserData As System.Collections.Generic.Dictionary(Of String,String)
public System.Collections.Generic.Dictionary<string,string> UserData {get;}
See Also

Reference

DocumentInfo Class
DocumentInfo Members