Click or drag to resize

CustomReportRowCanResetValue Method

When overridden in a derived class, returns whether resetting an object changes its value.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public override bool CanResetValue(
	Object component
)

Parameters

component
Type: SystemObject
The component to test for reset capability.

Return Value

Type: Boolean
if resetting the component changes its value; otherwise, .
See Also