Hello SyncFusion Experts,
I have a report with cascading structure of parameters:
Parent parameter - combobox that is optional - list is taken from the WebAPI.
Child parameter - multi select that is optional - list is taken from the WebAPI but Parent parameter is the parameter of API action (part of filter).
After I configure Parent parameter to allow null value, the report viewer is forcing me to choose one. I thinkt this is because Child parameters require it.
If I try to set "Allow null value" for child parameter then I've got a message: "Multiple default values were specified. The parameter does not allow multiple values." Default value is set to none and Available Value is set to Query Value for child parameter.
Is there any way to set those parameters as nullable (not required) so report user will not be forced to select values for them?