CustomReportRowSetValue Method |  |
When overridden in a derived class, sets the value of the component to a different value.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic override void SetValue(
Object component,
Object value
)
Parameters
- component Object
- The component with the property value that is to be set.
- value Object
- The new value.
See Also