Click or drag to resize

CustomReportRowGetValue Method

When overridden in a derived class, gets the current value of the property on a component.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public override Object GetValue(
	Object component
)

Parameters

component  Object
The component with the property for which to retrieve the value.

Return Value

Object
The value of a property for a given component.
See Also