[]
Crates ReportParametersManager for a given report.
public static ReportParametersManager CreateForReport(Report report, DataTreeBuilderConfig dataConfig, IReadOnlyDictionary<string, Func<CustomContextArgs, object>> customContext, bool skipValidValuesCheck = false)
Type | Name | Description |
---|---|---|
Report | report | The report that defines parameters. |
DataTreeBuilderConfig | dataConfig | Data providers configuration. |
IReadOnlyDictionary<string, Func<CustomContextArgs, object>> | customContext | Custom data to be passed to the evaluation context. |
bool | skipValidValuesCheck | If |
Type | Description |
---|---|
ReportParametersManager |