[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Aspnetcore.Viewer.ReportingSettings.ReportParameterValuesNeeded

ReportParameterValuesNeeded Property

ReportParameterValuesNeeded

Gets or sets a callback function that provides values for the specified report parameters.

Declaration
public Func<ReportParametersArgs, ParameterValue[]> ReportParameterValuesNeeded { get; set; }
Property Value
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.