CustomReportRowGetValue Method |  |
When overridden in a derived class, gets the current value of the property on a component.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic override Object GetValue(
Object component
)
Parameters
- component Object
- The component with the property for which to retrieve the value.
Return Value
ObjectThe value of a property for a given component.
See Also