ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / QueryParameter Class
Properties Methods

In This Topic
    QueryParameter Class Members
    In This Topic

    The following tables list the members exposed by QueryParameter.

    Public Constructors
     NameDescription
    Public Constructor

    Initializes a new instance of the QueryParameter class.

     
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that indicates whether to allow empty value in the parameter.  
    Public PropertyGets or sets the caption of the parameter.  
    Public PropertyGets or sets the data type of the parameter.  
    Public PropertyGets or sets the default value of the parameter.  
    Public PropertyGets or sets whether parameter is hidden.  
    Public PropertyGets or sets whether parameter is multiline.  
    Public PropertyGets or sets whether parameter data is multi-valued.  
    Public PropertyGets or sets whether parameter is nullable.  
    Public Property

    Gets or sets the name for the parameter.

     
    Public Property

    Gets or sets an expression that evaluates to the parameter value to pass to the data source.

     
    Top
    Public Methods
     NameDescription
    Public MethodValidates the information in each property of the QueryParameter object.  
    Top
    See Also