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: 7.6.1.3-5cb5c356
Syntax
C#
public override Object GetValue(
	Object component
)

Parameters

component
Type: SystemObject
The component with the property for which to retrieve the value.

Return Value

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