ReportParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about a report parameter. This class cannot be inherited.
public ref class ReportParameter sealed
public sealed class ReportParameter
type ReportParameter = class
Public NotInheritable Class ReportParameter
- Inheritance
-
ReportParameter
Remarks
Parameters are passed in the order displayed in the user interface (UI).
Properties
AllowBlank |
Indicates whether the value of the parameter can be blank. |
DataType |
Gets the data type of the parameter. |
MultiValue |
Gets a |
Name |
Gets the name of the parameter. |
Nullable |
Gets a |
Prompt |
Gets the message to display to a user when asking for parameter values. |
UsedInQuery |
Indicates whether the parameter is used in a query. |
Value |
Gets the value of the parameter. |
Values |
Gets the values of a multivalued report parameter. |