FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.8 Assembly / C1.Win.FlexReport.CustomFields.Maps Namespace / LayerBase Class / DataSource Property

In This Topic
    DataSource Property (LayerBase)
    In This Topic
    Gets or sets the name of the data source used to retrieve data for the layer.
    Syntax
    'Declaration
     
    Public Property DataSource As String
    public string DataSource {get; set;}
    Remarks
    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.
    See Also