[]
Gets or sets a function to locate the data source, which included report parameters, based on the provided arguments.
Func<LocateDataSourceArgs, object> LocateDataSource { get; set; }
Type | Description |
---|---|
Func<LocateDataSourceArgs, object> | A Func<Viewer.LocateDataSourceArgs, object> delegate used to locate data sources. |