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

In This Topic
    vs Field (ReportParameterInfo)
    In This Topic
    The 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.
    Syntax
    'Declaration
     
    Public vs As System.Object()
    public System.object[] vs
    See Also