Gets an instance of C1DataBinding class representing the
data binding properties of the current object.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public C1DataBinding DataBinding { get; } |
Visual Basic |
---|
Public ReadOnly Property DataBinding As C1DataBinding Get |
Remarks
This property always returns a C1DataBinding object,
initializing it if if has not been initialized yet.
Use DataBindingDefined to test whether the current object
is data bound without initializing DataBinding.