Click or drag to resize

StiDataBinding Constructor

Creates an object of the type StiDataBinding that contains an object.

Namespace:  Stimulsoft.Base.Design
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiDataBinding(
	StiDataBindingsCollection collection,
	string propertyName,
	string displayName
)

Parameters

collection
Type: Stimulsoft.Base.DesignStiDataBindingsCollection
Collection of DataBinding.
propertyName
Type: SystemString
Property name.
displayName
Type: SystemString
Display name.
See Also