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: 7.6.1.3-5cb5c356
Syntax public override bool ShouldSerializeValue(
Object component
)
Parameters
- component
- Type: SystemObject
The component with the property to be examined for persistence.
Return Value
Type:
Boolean if the property should be persisted; otherwise,
.
See Also