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