ssrs-2008ssrs-tablixreportbuilder3.0powerbi-paginated-reports

Error at the end of the statement SSRS expression , couldn"t find it?


=
"<b>"+ "Created on: " + "</b>" & CDate(Fields!ticket_ticketSolutions_date_create.Value).ToString("dd/MM/yy HH:mm")) 
& Environment.NewLine
& "<b>" + "Approval date: " + "</b>" & iif (IsNothing(Fields!date_approval.value),"Not Approved",CDate( Fields!date_approval.Value).ToString("dd/MM/yy HH:mm"))

& Environment.NewLine

& "<b>" + "Solutions: " +"</b>" & Fields!ticket_ticketSolutions_content_plainText.Value

The Value expression for the textrun 'solution_all.Paragraphs[0].TextRuns[0]' contains an error: [BC30205] End of statement expected.

The definition of the report '' is invalid.

I don't understand where are my errors ?? as I created a calculated fields that contains this formula


Solution

  • You have mis-matching )s on line 2 . Remove the end ).