Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTable Class / DataBindingMode Property

In This Topic
    DataBindingMode Property (RenderTable)
    In This Topic
    Gets a combination of DataBindingModeEnum flags specifying the data binding mode of the current object. Takes into consideration data binding of row and column groups.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property DataBindingMode As DataBindingModeEnum
    public override DataBindingModeEnum DataBindingMode {get;}
    See Also