[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.LocateDataSource

LocateDataSource Property

LocateDataSource

Gets or sets a function to locate the data source, which included report parameters, based on the provided arguments.

Declaration
[Obsolete("Use SetLocateDataSource(Func<Web.Viewer.LocateDataSourceArgs, object>) instead.")]
public Func<LocateDataSourceArgs, object> LocateDataSource { get; set; }
Property Value
Type Description
Func<LocateDataSourceArgs, object>

A delegate used to locate data sources.