Um eine Liste als Parameter verwenden zu können, wird das Attribut AifCollectionType benötigt
[DataMember('VoucherList'), SysOperationControlVisibility(false), AifCollectionType('VoucherList', Types::String)]
public List parmVoucherList(List _voucherList = voucherList)
{
voucherList = _voucherList;
return voucherList;
}
Quelle: https://daxingwitheshant.blogspot.com/2019/05/ssrs-report-with-multi-select-lookup.html