FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / DataField Class / Name Property

In This Topic
    Name Property (DataField)
    In This Topic
    Gets name of the DataField.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Name As String
    public abstract string Name {get;}
    See Also