'Declaration Public ReadOnly Property LocateDataSourceFn As Func(Of LocateDataSourceArgs,Object)
public Func<LocateDataSourceArgs,object> LocateDataSourceFn {get;}
Property Value
A delegate, that can be called with an argument of type GrapeCity.ActiveReports.Core.Rendering.Data.LocateDataSourceArgs and returns System.Object.null
if there is no LocateDataSource event handler.