Name | Description | |
---|---|---|
![]() | ReportParameter Constructor | Initializes a new instance of the ReportParameter class. |
The following tables list the members exposed by ReportParameter.
Name | Description | |
---|---|---|
![]() | ReportParameter Constructor | Initializes a new instance of the ReportParameter class. |
Name | Description | |
---|---|---|
![]() | AllowBlank | Gets or sets a value indicating whether the parameter value can be an empty string. |
![]() | DataType | Gets or sets a data type of the parameter. |
![]() | DateOnly | Gets or sets a value indicating whether the parameter contains only a date without a time component. |
![]() | DefaultValue | Gets or sets a default value for the parameter, used if none is provided by the user. |
![]() | DisplayFormat | Gets or sets a display format for the parameter. |
![]() | Hidden | Gets or sets a value indicating whether this parameter should be visible to the end user. |
![]() | Multiline | Gets or sets a value indicating whether the parameter is intended to accept multiline values. |
![]() | MultiValue | Gets or sets a value indicating whether multiple values for the parameter are allowed. |
![]() | Name | Gets or sets a name of the parameter, which is used when expressions refer to the parameter. |
![]() | Nullable | Gets or sets a value indicating whether the parameter value can be null. |
![]() | Prompt | Gets or sets a user prompt displayed when asking for parameter values. |
![]() | SelectAllValue | Gets or sets the value passed when the "Select All" option is chosen for a multiline parameter. |
![]() | UsedInQuery | Gets or sets a value indicating whether the parameter is used in a query within the report. |
![]() | ValidValues | Gets or sets the possible values for the parameter, used in an end-user prompting interface. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() | Validate | Validates the information in each property of the ReportParameter object. |