ParameterTemplateSelector Members
Provides the template settings to report parameter editors.Constructors
| Name | Description |
|---|---|
| ParameterTemplateSelector() | Initializes a new instance of the ParameterTemplateSelector class with default settings. |
Properties
| Name | Description |
|---|---|
| BooleanTemplate |
Specifies a default template for editors used to edit parameters of the Boolean type.
|
| DateOnlyRangeTemplate |
Specifies a default template for editors used to edit range parameters of the DateOnly type.
|
| DateOnlyTemplate |
Specifies a default template for editors used to edit parameters of the DateOnly type.
|
| DateRangeTemplate |
Specifies a default template for editors used to edit range parameters of the DateTime type.
|
| DateTimeTemplate |
Specifies a default template for editors used to edit parameters of the DateTime type.
|
| GuidTemplate | Specifies the editor for GUID (Globally Unique Identifier) values in the Parameters panel. |
| LookUpEditTemplate | Specifies a default template for editors used to edit lookup parameters. |
| MultiValueLookUpTemplate | Specifies a default template for multi-value lookup parameter editors. |
| MultiValueTemplate | Specifies a default template for multi-value parameter editors. |
| NumericFloatTemplate | Specifies a default template for editors used to edit parameters of floating point types. |
| NumericTemplate | Specifies a default template for editors used to edit parameters of numeric types. |
| StringTemplate | Specifies a default template for editors used to edit parameters of the string type. |
| TimeOnlyRangeTemplate |
Specifies a default template for editors used to edit range parameters of the TimeOnly type.
|
| TimeOnlyTemplate |
Specifies a default template for editors used to edit parameters of the TimeOnly type.
|
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SelectTemplate(Object, DependencyObject) | Returns a data template for a report parameter. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also