Skip to content

Commit 9b7e262

Browse files
committed
Updated reporting engine examples and documents
1 parent c5f8d99 commit 9b7e262

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

Examples/DocsExamples/Java/src/main/java/DocsExamples/LINQ_Reporting_Engine/Tables.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ public void inTableMasterDetail() throws Exception
4646
public void inTableWithFilteringGroupingSorting() throws Exception
4747
{
4848
//ExStart:InTableWithFilteringGroupingSorting
49-
Document doc = new Document(getMyDir() + "Reporting engine template - Table with filtering.docx");
49+
Document doc = new Document(getMyDir() + "Reporting engine template.Table with filtering.Java.docx");
5050

5151
ReportingEngine engine = new ReportingEngine();
52+
engine.getKnownTypes().add(ContractTestClass.class);
53+
5254
engine.buildReport(doc, Common.getContracts(), "contracts");
5355

5456
doc.save(getArtifactsDir() + "ReportingEngine.InTableWithFilteringGroupingSorting.docx");

0 commit comments

Comments
 (0)