[]
        
(Showing Draft Content)

C1.Web.Api.Report.Models.Parameter

Parameter Class

Represents the user-defined parameter.

Inheritance
Parameter
Namespace: C1.Web.Api.Report.Models
Assembly: C1.Web.Api.Report.dll
Syntax
public class Parameter

Constructors

Name Description
Parameter()

Properties

Name Description
AllowBlank

Gets a boolean value indicating whether the value of this parameter can be the empty string.

AllowedValues

Gets a list of supported values for the parameter.

DataType

Gets the type of the parameter.

Error

Gets the error which occurs after the parameter is set.

Hidden

Gets a boolean value indicating whether the parameter should not be displayed to the user.

MaxLength

Gets the maximum length of a string parameter.

MultiValue

Gets a boolean value indicating whether this is a multi-value parameter.

Name

Gets the name of the parameter.

Nullable

Gets a boolean value indicating whether the value of the parameter can be null.

Prompt

Gets the prompt to display when asking for parameter value.

Value

Gets the value of the parameter.