Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputBase Class / SetValue Method
The value to set.

In This Topic
    SetValue Method (RenderInputBase)
    In This Topic
    Sets the input value.
    Syntax
    'Declaration
     
    Protected MustOverride Sub SetValue( _
       ByVal value As Object _
    ) 
    protected abstract void SetValue( 
       object value
    )

    Parameters

    value
    The value to set.
    See Also