Click or drag to resize

StiDataBindingPropertyDescriptorSetValue Method

Sets the value of the component to a different value.

Namespace:  Stimulsoft.Base.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override void SetValue(
	Object component,
	Object value
)

Parameters

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