ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / PageDocument Class / LocateDataSourceFn Property

In This Topic
    LocateDataSourceFn Property
    In This Topic
    Gets a delegate that can be used to retrieve data from a data source.
    Syntax
    '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.
    Remarks
    Property is used by JsViewer backend. This property should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also