[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.PageDocument.LocateDataSourceFn

LocateDataSourceFn Property

LocateDataSourceFn

Gets a delegate that can be used to retrieve data from a data source.

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

A delegate, that can be called with an argument of type LocateDataSourceArgs and returns object. null if there is no LocateDataSource event handler.

Remarks

Property is used by JsViewer backend.