MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ReportingSettings Class / LocateDataSource Property

In This Topic
LocateDataSource Property (ReportingSettings)
In This Topic
Gets or sets a function to locate the data source, which included report parameters, based on the provided arguments.
Syntax
'Declaration
 
Public Property LocateDataSource As Func(Of LocateDataSourceArgs,Object)
 

Property Value

A %% delegate used to locate data sources.
See Also