ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportDesignerBackendApi Interface / LocateDataSource Property

In This Topic
    LocateDataSource Property (IReportDesignerBackendApi)
    In This Topic
    Gets or sets the function to locate the data source.
    Syntax
    'Declaration
     
    Property LocateDataSource As Func(Of Object)
    Func<object> LocateDataSource {get; set;}

    Property Value

    A Func that returns the data source object.
    See Also