Gets a combination of DataBindingModeEnum flags specifying the data binding mode of the current collection of row/column groups. This property returns:
  • None if no groups in the collection are data bound;
  • List if at least one group in the collection is data bound.

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

Syntax

C#
public DataBindingModeEnum DataBindingMode { get; }
Visual Basic
Public ReadOnly Property DataBindingMode As DataBindingModeEnum
	Get

See Also