ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportParameter Class
Properties Methods

In This Topic
    ReportParameter Class Members
    In This Topic

    The following tables list the members exposed by ReportParameter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ReportParameter class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the value for this parameter is allowed to be an empty string.  
    Public PropertyGets or sets the data type of the parameter.  
    Public PropertySpecifies whether this parameter contains only date without time.  
    Public PropertyGets or sets the default value to use for the parameter (if none is provided by the user).  
    Public PropertySpecifies display format.  
    Public PropertyGets or sets a value indicating whether this parameter should be visible to the end user.  
    Public PropertyGets or sets a value indicating whether the parameter supposes to get the multiline values.  
    Public PropertyGets or sets a value indicating whether mutltiple values for this parameter are allowed.  
    Public PropertyGets or sets the name of the parameter (this is the name used when expressions refer to the parameter).  
    Public PropertyGets or sets a value indicating whether the value for this parameter is allowed to be Null.  
    Public PropertyGets or sets the user prompt to display when asking for parameter values.  
    Public PropertyIf not null, determines the value which will be passed in parameter value if "Select All" flag was set for multiline parameter.  
    Public PropertyGets or sets a value indicating whether the parameter is used in a query in the report.  
    Public PropertyGets or sets the possible values for the parameter (for an end-user prompting interface).  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodValidates the information in each property of the ReportParameter object.  
    Top
    See Also