ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / ReportParameterInfo Class
Fields

In This Topic
    ReportParameterInfo Class Members
    In This Topic

    The following tables list the members exposed by ReportParameterInfo.

    Public Constructors
    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