ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagBoolInputParams Class / TagValueToControl Method
The control to which the value is copied.
That source Tag containing the value.

In This Topic
    TagValueToControl Method (TagBoolInputParams)
    In This Topic
    Copies the value from the tag to the control.
    Syntax
    'Declaration
     
    Public Overrides Sub TagValueToControl( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal tag As Tag _
    ) 
    public override void TagValueToControl( 
       System.Windows.Forms.Control control,
       Tag tag
    )

    Parameters

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