MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ParameterDescriptor Class
Properties

ParameterDescriptor Class Members

The following tables list the members exposed by ParameterDescriptor.

Public Constructors
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the parameter allows blank values.  
Public PropertyGets or sets the data type of the parameter.  
Public PropertyGets or sets a value indicating whether the parameter should only accept date values.  
Public PropertyGets or sets the default value for the parameter.  
Public PropertyGets or sets the parameters this parameter depends on.  
Public PropertyGets or sets a value indicating whether the parameter is hidden.  
Public PropertyGets or sets a value indicating whether the parameter supports multiline input.  
Public PropertyGets or sets a value indicating whether the parameter supports multiple values.  
Public PropertyGets or sets the name of the parameter.  
Public PropertyGets or sets a value indicating whether the parameter can accept null values.  
Public PropertyGets or sets the prompt message that appears for the parameter.  
Public PropertyGets or sets the value used to represent the selection of all possible items in a multi-value parameter.  
Public PropertyGets or sets a value that indicates whether the parameter is used directly in a query.  
Public PropertyGets or sets the valid values for the parameter.  
Top
See Also