- The '@paramenterName' parameter is missing a value.
- It can happen when parameter contains value which is not in the data source of report.
- for this you have to get value in parameter as field in report.
- ReportViewer1.ServerReport.GetParameters()["@paramenterName"].ValidValues.Select(t => t.Label).ToList().Distinct().ToList()
No comments:
Post a Comment