ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / IReportViewerBackendApi Interface / LocateDataSource Property

In This Topic
    LocateDataSource Property (IReportViewerBackendApi)
    In This Topic
    Gets or sets a function to locate the data source, which included report parameters, based on the provided arguments.
    Syntax
    'Declaration
     
    Property LocateDataSource As Func(Of LocateDataSourceArgs,Object)
    Func<LocateDataSourceArgs,object> LocateDataSource {get; set;}

    Property Value

    A %Func<Viewer.LocateDataSourceArgs, object>% delegate used to locate data sources.
    See Also