Click or drag to resize

CustomReportRowShouldSerializeValue Method

When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public override bool ShouldSerializeValue(
	Object component
)

Parameters

component  Object
The component with the property to be examined for persistence.

Return Value

Boolean
if the property should be persisted; otherwise, .
See Also