Hi Ryan,
Thanks for your interest in Syncfusion Components.
The reported problem occurred due to the following unsupported option are used in the expression of the shared reports.
- Also, you have used the following expression for textbox background color “=IIF(ROWNUMBER(NOTHING) MOD 2, "NO COLOR", "WhiteSmoke")” in all the reports. In our reporting control “NO COLOR” is not a valid color, so as of now we request you to modify the expression as following “=IIF(ROWNUMBER(NOTHING) MOD 2, " ", "WhiteSmoke")” to render the report without any issue.
- In “SubDefendant.rdl” you have used “Environment.NewLine” in the expression which is not supported in our reporting control.
After modifying your reports based on the above changes, we were able to render the report in our SfReportViewer using dummy data at our end. Please find the below snap based on this.
Also, we have prepared a sample for this and it can be downloaded from the below location.
However, we have logged an improvement task for the above issues and the changes will be included in our upcoming 2018 Volume1 SP1 release.
Regards,
Vinoth S.