Click or drag to resize

CustomReportRowResetValue Method

When overridden in a derived class, resets the value for this property of the component to the default 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 ResetValue(
	Object component
)

Parameters

component  Object
The component with the property value that is to be reset to the default value.
See Also