I am adding a type to the report engine. The class has an asynchronous method. When I reference it in my doc, the resulting report includes an error:
System.Runtime.CompilerServices.AsyncTaskMethodBuilder1+AsyncStateMachineBox
1[System.String,ReportGeneratorTests+MyModel+d__2]
Are async methods not permitted? Haven’t found any limitations described in the documentation:
https://docs.aspose.com/words/net/composing-expressions/#accessing-type-members
I attached a simple test illustrating the problem
AsyncMethodAsposeTest.zip (684 Bytes)