FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / FlexChartField Class / DataSourceName Property

In This Topic
    DataSourceName Property (FlexChartField)
    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 DataSourceName As String
    public string DataSourceName {get; set;}
    See Also