Intersoft.Client.UI.DocumentViewers Namespace : SqlReportParameterMetadata Class |
The following tables list the members exposed by SqlReportParameterMetadata.
Name | Description | |
---|---|---|
![]() | SqlReportParameterMetadata Constructor | Initializes a new instance of SqlReportParameterMetadata class. |
Name | Description | |
---|---|---|
![]() | AllowBlank | Get or sets a value indicating whether report parameter could be empty. |
![]() | Error | Gets a message that describes any validation errors for the object. |
![]() | HasErrors | Gets the value which indicate if the object contains validation error |
![]() | Item | Gets a message that describes any validation errors for the specified property or column name. |
![]() | Name | Gets or sets report parameter name. |
![]() | Nullable | Get or sets a value indicating report parameter is nullable. |
![]() | Options | Gets the report parameter available options value. |
![]() | PromptName | Gets or sets the report parameter label name. |
![]() | Type | Gets or sets the report parameter type. |
![]() | Value | Gets or sets the report parameter value. |
![]() | Visible | Get or sets a value indicating whether report parameter is displayed. Default value is visible. |
Name | Description | |
---|---|---|
![]() | ClearError | Clear the validation error to the property or column supplied in the parameter. |
![]() | SetError | Set the validation error to the property or column supplied in the parameter. |
Name | Description | |
---|---|---|
![]() | ClearAllErrors | Clear all the validation error in the current inntance. |
![]() | OnPropertyChanged | Event which invoked when a property value changes |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |