CustomReportRowSetValue Method | |
When overridden in a derived class, sets the value of the component to a different value.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public override void SetValue(
Object component,
Object value
)
Parameters
- component
- Type: SystemObject
The component with the property value that is to be set. - value
- Type: SystemObject
The new value.
See Also