FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / DataSource Property

In This Topic
    DataSource Property (FlexReport)
    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