LINQ Reporting Engine - Missing member detailed list

Hello,

I am using Aspose.Words to generate a pdf document using a .docx template and a JSON data source leveraging the ReportingEngine build report functionality.

When there are multiple missing members, I get an InvalidOperationException for the first missing member and I wouldn’t be aware there are any other missing members.

I am aware I can bypass the missing members issue by setting ReportBuildOptions.AllowMissingMembers in the reporting engine options however I was wondering if there is a way to retrieve a list of missing members to report the detailed error.

Many thanks,
Hana

@HanaLGC

Unfortunately, LINQ Reporting Engine can report only about the first syntactic error encountered.

@ivan.lyagin Thank you for the clarification.

1 Like