CustomizeParameterEditorsEventArgs Properties
Provides data for the ReportParametersPanel.CustomizeParameterEditors event.Name | Description |
---|---|
Editor | Specifies the value editor associated with the current parameter. |
Parameter | Gets the parameter, for which a custom editor is being provided. |
Report | Gets the report for which a custom parameters editor is implemented. |
ShouldSetParameterValue | For internal use. |
See Also