FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / DataSource Property

In This Topic
    DataSource Property (C1FlexReport)
    In This Topic
    Gets or sets a reference to the report's main DataSource, or null if the report is unbound.
    Syntax
    'Declaration
     
    Public Property DataSource As DataSource
    public DataSource DataSource {get; set;}
    See Also