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
)
Public Sub New (
collection As StiDataBindingsCollection,
propertyName As String,
displayName As String
)
Parameters
- collection
- Type: Stimulsoft.Base.DesignStiDataBindingsCollection
Collection of DataBinding. - propertyName
- Type: SystemString
Property name. - displayName
- Type: SystemString
Display name.
See Also