ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / Parameter Class
Properties Methods

In This Topic
    Parameter Class Members
    In This Topic

    The following tables list the members exposed by Parameter.

    Public Constructors
     NameDescription
    Public ConstructorCreates a Parameter using the Rdl report parameter and the datamap.  
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether an empty string is a valid value for this parameter.  
    Public PropertyGets or sets the current value of the Parameter.  
    Public PropertyThe data type of the parameter.  
    Public PropertyIndicates whether the user should be prompted for both date and time or only the date. Applicable to DateTime parameters.  
    Public PropertyThe default value or values (if this parameter is a MultiValue parameter) to use for the parameter.  
    Public PropertyGets whether this parameter has valid values defined in the report definition.  
    Public PropertyReturns Parameter objects that cannot be evaluated until this Parameter is evaluated.  
    Public PropertyParameter display format.  
    Public PropertyGets the error message associated with this parameter.  
    Public PropertyIndicates the parameter should not be displayed to the user.  
    Public PropertyGets or sets the label of the current value of the Parameter.  
    Public PropertyReturns an object array of all the Values.Label for this parameter. Mainly for use with Multivalue parameters.  
    Public PropertyIndicates whether the parameter value supposes to be multiline.  
    Public PropertyIndicates if this parameter accepts multiple values.  
    Public PropertyName of the parameter (This name can be used by expressions to refer to this parameter).  
    Public PropertyIndicates the value for this parameter is allowed to be Null.  
    Public PropertyGets a condition of the this parameter's valid values order.  
    Public PropertyGets a direction of the this parameter's valid values order.  
    Public PropertyThe text to display to a user when prompting the a for the parameter's value.  
    Public PropertyIndicates if the user should be prompted for this parameter's value.  
    Public PropertyIndicates whether the parameter is used in a query.  
    Public PropertyIf not empty, determines the value which will be passed in parameter value if "Select All" flag was set for multivalue parameter.  
    Public PropertySpecifies the current state of this parameter.  
    Public PropertyThe ordered list of possible values for this parameter.  
    Public PropertyGets the Values collection for this parameter. Used for Multivalue parameters.  
    Public PropertyReturns an object array of all the Values.Value for this parameter. Mainly for use with Multivalue parameters.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates new instance of Parameter with specified properties.  
    Public Method  
    Top
    See Also