ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Tag Class / InputParams Property

In This Topic
    InputParams Property
    In This Topic
    Gets or sets a TagInputParams object that is used by the tag input dialog to customize the editor for the current tag. By default, this property is null.
    Syntax
    'Declaration
     
    Public Property InputParams As TagInputParams
    public TagInputParams InputParams {get; set;}
    Remarks
    The TagInputParams class is abstract, the following types derived from it can be used, depending on the current tag's type:
    • Used to customize input of a string value.
    • Used to customize input of a System.DateTime value.
    • Allows to use a System.Windows.Forms.ListBox or System.Windows.Forms.ComboBox for input of the tag's value.
    • Allows to input a Boolean value using a check box.
    • Used to customize input of a numeric value.
    See Also