ValueBinding Constructors
Obsolete. Enables you to use an XRChart to visualize data in report groups without writing report scripts.| Name | Parameters | Description |
|---|---|---|
| ValueBinding() | none |
Initializes a new instance of the ValueBinding class with the default settings.
|
| ValueBinding(ValueBinding) | source |
Initializes a new instance of the ValueBinding class with the specified prototype.
|
| ValueBinding(Object, String) | dataSource, dataMember |
Initializes a new instance of the ValueBinding class with the specified settings.
|
See Also