ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / ReportViewerConfiguration Class / LocateDataSource Property

In This Topic
    LocateDataSource Property (ReportViewerConfiguration)
    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)
    public Func<LocateDataSourceArgs,object> LocateDataSource {get; set;}

    Property Value

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