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

In This Topic
    DataSourceName Property (C1FlexReport)
    In This Topic
    Gets or sets the name of the report's main data source. This name should match the name of a data source in the DataSources collection.
    Syntax
    'Declaration
     
    Public Property DataSourceName As String
    public string DataSourceName {get; set;}
    See Also