StiDataBindingPropertyDescriptorShouldSerializeValue Method |
Determines a value indicating whether the value of this property needs to be persisted.
Namespace:
Stimulsoft.Base.Design
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public override bool ShouldSerializeValue(
Object component
)
Public Overrides Function ShouldSerializeValue (
component As Object
) As Boolean
Parameters
- component
- Type: SystemObject
The component with the property to be examined for persistence.
Return Value
Type:
Booleantrue if the property should be persisted; otherwise, false.
See Also