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

ReportParameter Class Members

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 parameter value can be an empty string.  
Public PropertyGets or sets a data type of the parameter.  
Public PropertyGets or sets a value indicating whether the parameter contains only a date without a time component.  
Public PropertyGets or sets a default value for the parameter, used if none is provided by the user.  
Public PropertyGets or sets a display format for the parameter.  
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 is intended to accept multiline values.  
Public PropertyGets or sets a value indicating whether multiple values for the parameter are allowed.  
Public PropertyGets or sets a name of the parameter, which is used when expressions refer to the parameter.  
Public PropertyGets or sets a value indicating whether the parameter value can be null.  
Public PropertyGets or sets a user prompt displayed when asking for parameter values.  
Public PropertyGets or sets the value passed when the "Select All" option is chosen for a multiline parameter.  
Public PropertyGets or sets a value indicating whether the parameter is used in a query within the report.  
Public PropertyGets or sets the possible values for the parameter, used in an end-user prompting interface.  
Top
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the current instance.  
Public MethodValidates the information in each property of the ReportParameter object.  
Top
See Also