[]
Gets or sets a callback function that provides values for the specified report parameters.
public Func<ReportParametersArgs, ParameterValue[]> ReportParameterValuesNeeded { get; set; }
| Type | Description |
|---|---|
| Func<ReportParametersArgs, ParameterValue[]> | A Func<T, TResult> delegate that returns an array of ParameterValue objects, containing parameter names and their corresponding values, based on the provided ReportParametersArgs. |