CustomReportRowCanResetValue Method |  |
When overridden in a derived class, returns whether resetting an object changes its value.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic override bool CanResetValue(
Object component
)
Parameters
- component Object
- The component to test for reset capability.
Return Value
Boolean if resetting the component changes its value; otherwise,
.
See Also