ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagStringInputParams Class / CheckValue Method
The control used to enter the value.
The Tag to which the value is to be assigned.
The error message, assigned if the check fails.

In This Topic
    CheckValue Method (TagStringInputParams)
    In This Topic
    Returns true.
    Syntax
    'Declaration
     
    Public Overrides Function CheckValue( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal tag As Tag, _
       ByRef errorMessage As System.String _
    ) As System.Boolean
    public override System.bool CheckValue( 
       System.Windows.Forms.Control control,
       Tag tag,
       ref System.string errorMessage
    )

    Parameters

    control
    The control used to enter the value.
    tag
    The Tag to which the value is to be assigned.
    errorMessage
    The error message, assigned if the check fails.

    Return Value

    True.
    See Also