[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ParameterDescriptor

ParameterDescriptor Class

Represents the descriptor of a report parameter.

Inheritance
ParameterDescriptor
Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
public class ParameterDescriptor
Remarks

The ParameterDescriptor class provides detailed information about a report parameter, including its name, prompt, data type, and various settings related to its behavior and usage.

Constructors

Name Description
ParameterDescriptor()

Properties

Name Description
AllowBlank

Gets or sets a value indicating whether the parameter allows blank values.

DataType

Gets or sets the data type of the parameter.

DateOnly

Gets or sets a value indicating whether the parameter should only accept date values.

DefaultValue

Gets or sets the default value for the parameter.

DependsOn

Gets or sets the parameters this parameter depends on.

Hidden

Gets or sets a value indicating whether the parameter is hidden.

MultiValue

Gets or sets a value indicating whether the parameter supports multiple values.

Multiline

Gets or sets a value indicating whether the parameter supports multiline input.

Name

Gets or sets the name of the parameter.

Nullable

Gets or sets a value indicating whether the parameter can accept null values.

Prompt

Gets or sets the prompt message that appears for the parameter.

SelectAllValue

Gets or sets the value used to represent the selection of all possible items in a multi-value parameter.

UsedInQuery

Gets or sets a value that indicates whether the parameter is used directly in a query.

ValidValues

Gets or sets the valid values for the parameter.