aspose-words / Aspose.Words-for-Java

Aspose.Words for Java examples, plugins and showcases
https://products.aspose.com/words/java
MIT License
398 stars 203 forks source link

All tests for table in LINQ_Reporting_Engine failed #103

Open oonxt opened 7 months ago

oonxt commented 7 months ago

All tests in file "src/main/java/DocsExamples/LINQ_Reporting_Engine/Tables.java" failed.

DocsExamples.LINQ_Reporting_Engine.Tables#inTableAlternateContent: java.lang.IllegalStateException: An error has been encountered at the end of expression 'm.Client.N'. Can not get the value of member 'Client' on type 'class java.lang.Object'.

DocsExamples.LINQ_Reporting_Engine.Tables#inTableMasterDetail: java.lang.IllegalStateException: An error has been encountered at the end of expression 'm.Name]>'. Can not get the value of member 'Name' on type 'class java.lang.Object'.

DocsExamples.LINQ_Reporting_Engine.Tables#inTableWithFilteringGroupingSorting:     .Where(c => c.Date.Y'. Can not get the value of member 'Date' on type 'class java.lang.Object'.

Am I missing something?

oonxt commented 7 months ago

And, I noticed that the "Tables" class is not public, is it because this part of the functionality is not yet available?

falleretic commented 7 months ago

Thanks for the question and we apologize for the inconvenience! Yes, we are currently updating the Reporting engine test documents and the examples in DocsExamples to unify them with the ApiExamples project. This will be fixed next month. You can use the tests from the ApiExamples project to find useful information.

falleretic commented 6 months ago

@oonxt Hello! Updated the examples for Reporting Engine in DocsExamples project. You can check it on your side.