ActiveReports 8
ReportParameter Class Members
Properties  Methods 

The following tables list the members exposed by ReportParameter.

Public Constructors
 NameDescription
Public ConstructorReportParameter Constructor

Initializes a new instance of the ReportParameter class.

 
Top
Public Properties
 NameDescription
Public PropertyAllowBlank

Gets or sets a value indicating whether the value for this parameter is allowed to be an empty string.

 
Public PropertyDataType

Gets or sets the data type of the parameter.

 
Public PropertyDateOnly  
Public PropertyDefaultValue

Gets or sets the default value to use for the parameter (if none is provided by the user).

 
Public PropertyHidden

Gets or sets a value indicating whether this parameter should be visible to the end user.

 
Public PropertyMultiline

Gets or sets a value indicating whether the parameter supposes to get the multiline values.

 
Public PropertyMultiValue

Gets or sets a value indicating whether mutltiple values for this parameter are allowed.

 
Public PropertyName

Gets or sets the name of the parameter (this is the name used when expressions refer to the parameter).

 
Public PropertyNullable

Gets or sets a value indicating whether the value for this parameter is allowed to be Null.

 
Public PropertyPrompt

Gets or sets the user prompt to display when asking for parameter values.

 
Public PropertyUsedInQuery

Gets or sets a value indicating whether the parameter is used in a query in the report.

 
Public PropertyValidValues

Gets or sets the possible values for the parameter (for an end-user prompting interface).

 
Top
Public Methods
 NameDescription
Public MethodValidateValidates the information in each property of the DataDynamics.Reports.ReportObjectModel.Runtime.ReportParameter object.  
Top
See Also

Reference

ReportParameter Class
GrapeCity.ActiveReports.PageReportModel Namespace

Support Forum