Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / UserData Property

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