Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagInputParams Class / TagValueToControl Method
The control to which the value is copied.
That source Tag containing the value.

In This Topic
    TagValueToControl Method (TagInputParams)
    In This Topic
    Copies the value from the tag to the control.
    Syntax
    'Declaration
     
    Public MustOverride Sub TagValueToControl( _
       ByVal control As Control, _
       ByVal tag As Tag _
    ) 
    public abstract void TagValueToControl( 
       Control control,
       Tag tag
    )

    Parameters

    control
    The control to which the value is copied.
    tag
    That source Tag containing the value.
    See Also