ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagListInputParamsItem Class / TagListInputParamsItem Constructor
The item name.
The item value.

In This Topic
    TagListInputParamsItem Constructor
    In This Topic
    Initializes a new instance of the TagListInputParamsItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String, _
       ByVal value As System.Object _
    )
    public TagListInputParamsItem( 
       System.string name,
       System.object value
    )

    Parameters

    name
    The item name.
    value
    The item value.
    See Also