[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Viewer.ReportViewerConfiguration.LocateDataSource

LocateDataSource Property

LocateDataSource

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

Declaration
public Func<LocateDataSourceArgs, object> LocateDataSource { get; set; }
Property Value
Type Description
Func<LocateDataSourceArgs, object>

A delegate used to locate data sources.