Gets or sets a value that determines the type of input control to be created to collect the parameter value from the user.
| Visual Basic (Declaration) | |
|---|---|
Public Property Type As Parameter.DataType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Parameter.DataType Type {get; set;} | |
Return Value
A DataType enumeration value that determines the type of control to be created for the parameters input dialog.| C# | Copy Code |
|---|---|
private void rptDataDynamics_ReportStart(object sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart | |
ActiveReports creates the parameters intput dialog for the user dynamically based on the number of parameters and their type. By default, all parameters are considered strings. You can specify a Boolean control (checkbox) or a Date (calendar) control instead of a standard textbox.