Represents a single value of a parameter, together with that value's label. The label may be used to represent the parameter in the UI. E.g. for weekdays, integer values (0..6) may be used, with corresponding labels "Mon".."Sun".

Namespace:  C1.Web.UI.Controls.C1Report
Assembly:  C1.Web.UI.Controls.C1Report.2 (in C1.Web.UI.Controls.C1Report.2.dll)

Syntax

C#
public class ReportParameterSingleValue
Visual Basic
Public Class ReportParameterSingleValue

Inheritance Hierarchy

System..::..Object
  C1.Web.UI.Controls.C1Report..::..ReportParameterSingleValue

See Also