Click or drag to resize

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: 9.0.0.0-142fa9725
Syntax
C#
public 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