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

In This Topic
    DataSource Property (ChartField)
    In This Topic
    Gets or sets the name of the data source for the chart. The name must match a name of a data source in the report's DataSources collection. Empty string indicates that the main data source will be used.
    Syntax
    'Declaration
     
    Public Property DataSource As String
    public string DataSource {get; set;}
    See Also