Represents the data binding properties of an databound element in a C1PrintDocument. Properties of this type are DataBinding on RenderObject, and DataBinding on groups of table rows and columns (see TableVector).

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class C1DataBinding : IFieldCollectionOwner
Visual Basic
Public Class C1DataBinding _
	Implements IFieldCollectionOwner

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.DataBinding..::..C1DataBinding

See Also