ComponentOne TreeMap for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / ReportParameterInfo Class

In This Topic
    ReportParameterInfo Class Fields
    In This Topic

    For a list of all members of this type, see ReportParameterInfo members.

    Public Fields
     NameDescription
    Public FieldFlag indicating whether the parameter can accept multiple values.  
    Public FieldParameter name. This is used as the key identifying the parameter value.  
    Public FieldFlag indicating whether the parameter may be null.  
    Public FieldParameter UI prompt.  
    Public FieldThe list of possible values. Should be used to populate dropdowns, radiobuttons and the like. This may be null.  
    Public FieldFlag indicating whether the parameter is required (must be filled in by user).  
    Public FieldParameter type name.  
    Public FieldThe initial parameter value or values. An example of multiple values parameter: select days of week, UI should show a list of Mon/Tue/..., with a checkbox near each day, and some days selected initially - those would be ones specified here. May be null.  
    Public FieldFlag indicating whether the list of possible values is exclusive (i.e. input must be limited to those values only).  
    Top
    See Also