To apply this technique | Use this property |
Use a prompt that describes clearly what value a user enters. For example, display text, such as: Enter the state’s abbreviation | Prompt text |
Provide a default value that generates a well-presented report in the event that a user does not supply a value. A default value also functions as an example. | Default value |
Provide helpful information about a report parameter. A user sees this information when he hovers the mouse over the parameter. For example, for a customer ID parameter, provide information, such as: Type a number between 100 and 500 | Help text |
Create a list box, a combo box, or a set of radio buttons that display values for the user to select, instead of requiring the user to type a value in a text box. | Display type |
Display values in a suitable format if a report parameter displays a list of values in a list box, a combo box, or radio buttons. For example, if values for sales totals are stored in #### format in the data source, you can change the display format to $#,###.00. | Format As |