ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / UserData Property

In This Topic
    UserData Property (C1MultiDocument)
    In This Topic
    Gets or sets arbitrary data associated with the current document.
    Syntax
    'Declaration
     
    Public Property UserData As System.Object
    public System.object UserData {get; set;}
    See Also