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

Parameters

component
Type: SystemObject
The component with the property value that is to be reset to the default value.
See Also