I want to print my report but this error occurs. which parameters I have to define before printing? I define the printer name and parameters of PrintToPrinter function.
Thanks.
I want to print my report but this error occurs. which parameters I have
Share
“Missing parameter value” means that you aren’t providing the report with all the parameters it needs to get the data. You must provide values for all non-optional parameters in a report for it to be able to get data.