0
는 RDLC 보고서를 만들려고하지만 예외로 실행하고 잘못되었습니다 [BC30516] 액세스 할 수있는 'IIf'가이 인수 수를 허용하지 않기 때문에 과부하 해결에 실패했습니다.보고서의 정의는
<Value>
=Fields!TermsDescription.Value & " " & Fields!PrimaryCurrency.Value & vbcrlf &
iif((Parameters!DocType.Value = "INVOICE" and Fields!ShowInterestStatement.Value), "1.5% Per Month (19.56% per Annum)" & vbcrlf & "Will be Charged on Overdue Accounts" & vbcrlf &
IIF((Parameters!DocType.Value = "ORDER ACKNOWLEDGEMENT"), "All goods sold are subject to Apex Remington's terms and conditions of sale which are available for your review at http://www.apexdistribution.com/terms", "test") &
</Value>