-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cca0763
commit fb42df8
Showing
124 changed files
with
2,177 additions
and
0 deletions.
There are no files selected for viewing
1,070 changes: 1,070 additions & 0 deletions
1,070
Examples/ApiExamples/ApiExamples/LinqTemp/ExReportingEngine.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file added
BIN
+10.3 KB
Examples/Data/Golds/LINQ/Cross Table with Merged Cells Report Gold.docx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+10.2 KB
Examples/Data/Golds/LINQ/Horizontal Table with Master-Detail Data Option 1 Report Gold.docx
Binary file not shown.
Binary file added
BIN
+11.1 KB
Examples/Data/Golds/LINQ/Horizontal Table with Master-Detail Data Option 2 Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.1 KB
Examples/Data/Golds/LINQ/Horizontal Table with Message If Empty Report 1 Gold.docx
Binary file not shown.
Binary file added
BIN
+9.9 KB
Examples/Data/Golds/LINQ/Horizontal Table with Message If Empty Report 2 Gold.docx
Binary file not shown.
Binary file added
BIN
+10.2 KB
Examples/Data/Golds/LINQ/Horizontal Table with Total Report Gold.docx
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+9.92 KB
.../Data/Golds/LINQ/Single-Column Table with Row Shown Based on Condition Report 1 Gold.docx
Binary file not shown.
Binary file added
BIN
+9.86 KB
.../Data/Golds/LINQ/Single-Column Table with Row Shown Based on Condition Report 2 Gold.docx
Binary file not shown.
Binary file added
BIN
+10.1 KB
...INQ/Single-Column Table with Rows Bound to Collection Based on Condition Report Gold.docx
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+10.3 KB
Examples/Data/Golds/LINQ/Table with Background Colors Applied to Columns Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10 KB
Examples/Data/Golds/LINQ/Table with Background Colors Applied to Rows Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.1 KB
Examples/Data/Golds/LINQ/Table with Cell Merging Restriction Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.1 KB
Examples/Data/Golds/LINQ/Table with Cells Merged Horizontally Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.1 KB
Examples/Data/Golds/LINQ/Table with Cells Merged Vertically Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.1 KB
...ples/Data/Golds/LINQ/Table with Cells Merged Vertically and Horizontally Report Gold.docx
Binary file not shown.
Binary file added
BIN
+9.92 KB
Examples/Data/Golds/LINQ/Table with Changing Headers Report Gold.docx
Binary file not shown.
Binary file added
BIN
+9.65 KB
Examples/Data/Golds/LINQ/Table with Column Shown Based on Condition Report 1 Gold.docx
Binary file not shown.
Binary file added
BIN
+9.56 KB
Examples/Data/Golds/LINQ/Table with Column Shown Based on Condition Report 2 Gold.docx
Binary file not shown.
Binary file added
BIN
+10.2 KB
...able with Column Shown Based on Condition and Rows Bound to Collection Report 1 Gold.docx
Binary file not shown.
Binary file added
BIN
+10.1 KB
...able with Column Shown Based on Condition and Rows Bound to Collection Report 2 Gold.docx
Binary file not shown.
Binary file added
BIN
+10.1 KB
...ata/Golds/LINQ/Table with Columns Bound to Collection Based on Condition Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.3 KB
...les/Data/Golds/LINQ/Table with Conditional Formatting Applied to Columns Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.2 KB
Examples/Data/Golds/LINQ/Table with Conditional Formatting Applied to Rows Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.2 KB
Examples/Data/Golds/LINQ/Table with Master-Detail Data Option 1 Report Gold.docx
Binary file not shown.
Binary file added
BIN
+11.2 KB
Examples/Data/Golds/LINQ/Table with Master-Detail Data Option 2 Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.3 KB
Examples/Data/Golds/LINQ/Table with Message If Empty Report 1 Gold.docx
Binary file not shown.
Binary file added
BIN
+9.94 KB
Examples/Data/Golds/LINQ/Table with Message If Empty Report 2 Gold.docx
Binary file not shown.
Binary file added
BIN
+10 KB
Examples/Data/Golds/LINQ/Table with Row Shown Based on Condition Report 1 Gold.docx
Binary file not shown.
Binary file added
BIN
+9.97 KB
Examples/Data/Golds/LINQ/Table with Row Shown Based on Condition Report 2 Gold.docx
Binary file not shown.
Binary file added
BIN
+10.1 KB
...s/Data/Golds/LINQ/Table with Rows Bound to Collection Based on Condition Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.1 KB
Examples/Data/Golds/LINQ/Table with Rows Bound to Collection Report Gold.docx
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+10 KB
Examples/Data/Golds/LINQ/Table with Several Items Displayed per Row Report Gold.docx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+10.1 KB
Examples/Data/Golds/LINQ/Table with Text Colors Applied to Columns Report Gold.docx
Binary file not shown.
Binary file added
BIN
+10.2 KB
Examples/Data/Golds/LINQ/Table with Text Colors Applied to Rows Report Gold.docx
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"regions": [ | ||
{ "region": "North America" }, | ||
{ "region": "Europe" }, | ||
{ "region": "Asia" } | ||
], | ||
"products": [ | ||
{ | ||
"name": "Product A", | ||
"sales": [ | ||
{ "region": "North America", "value": 112000 }, | ||
{ "region": "Europe", "value": 230000 }, | ||
{ "region": "Asia", "value": 153000 } | ||
] | ||
}, | ||
{ | ||
"name": "Product B", | ||
"sales": [ | ||
{ "region": "Europe", "value": 150000 }, | ||
{ "region": "Asia", "value": 133000 } | ||
] | ||
}, | ||
{ | ||
"name": "Product C", | ||
"sales": [ | ||
{ "region": "North America", "value": 211000 }, | ||
{ "region": "Europe", "value": 102000 }, | ||
{ "region": "Asia", "value": 124000 } | ||
] | ||
} | ||
] | ||
} |
Binary file not shown.
58 changes: 58 additions & 0 deletions
58
Examples/Data/LINQ/Cross Table with Merged Cells Data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"years": [ | ||
{ "year": 2020 }, | ||
{ "year": 2021 }, | ||
{ "year": 2022 }, | ||
{ "year": 2023 } | ||
], | ||
"managers": [ | ||
{ | ||
"name": "James Atkins", | ||
"city": "Seattle", | ||
"contracts": [ | ||
{ "year": 2020, "price": 290000 }, | ||
{ "year": 2020, "price": 255000 }, | ||
{ "year": 2021, "price": 340000 }, | ||
{ "year": 2022, "price": 285000 }, | ||
{ "year": 2022, "price": 335000 }, | ||
{ "year": 2023, "price": 245000 }, | ||
{ "year": 2023, "price": 265000 } | ||
] | ||
}, | ||
{ | ||
"name": "John Lee", | ||
"city": "Seattle", | ||
"contracts": [ | ||
{ "year": 2020, "price": 120000 }, | ||
{ "year": 2021, "price": 320000 }, | ||
{ "year": 2022, "price": 280000 }, | ||
{ "year": 2022, "price": 285000 }, | ||
{ "year": 2023, "price": 245000 }, | ||
{ "year": 2023, "price": 250000 } | ||
] | ||
}, | ||
{ | ||
"name": "Thelma Green", | ||
"city": "Ottawa", | ||
"contracts": [ | ||
{ "year": 2020, "price": 310000 }, | ||
{ "year": 2021, "price": 290000 }, | ||
{ "year": 2022, "price": 240000 }, | ||
{ "year": 2022, "price": 245000 }, | ||
{ "year": 2023, "price": 260000 }, | ||
{ "year": 2023, "price": 270000 } | ||
] | ||
}, | ||
{ | ||
"name": "Ted LeMark", | ||
"city": "Ottawa", | ||
"contracts": [ | ||
{ "year": 2021, "price": 110000 }, | ||
{ "year": 2022, "price": 155000 }, | ||
{ "year": 2022, "price": 190000 }, | ||
{ "year": 2023, "price": 180000 }, | ||
{ "year": 2023, "price": 200000 } | ||
] | ||
} | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"quarters": [ | ||
{ "quarter": "Q1" }, | ||
{ "quarter": "Q2" } | ||
], | ||
"departments": [ | ||
{ | ||
"name": "Operations", | ||
"revenue": [ | ||
{ "quarter": "Q1", "value": 33000 }, | ||
{ "quarter": "Q2", "value": 35000 } | ||
] | ||
}, | ||
{ | ||
"name": "Customer Service", | ||
"revenue": [ | ||
{ "quarter": "Q1", "value": 38000 }, | ||
{ "quarter": "Q2", "value": 43000 } | ||
] | ||
}, | ||
{ | ||
"name": "Sales", | ||
"revenue": [ | ||
{ "quarter": "Q1", "value": 31000 }, | ||
{ "quarter": "Q2", "value": 32000 } | ||
] | ||
}, | ||
{ | ||
"name": "Finance", | ||
"revenue": [ | ||
{ "quarter": "Q1", "value": 39000 }, | ||
{ "quarter": "Q2", "value": 45000 } | ||
] | ||
}, | ||
{ | ||
"name": "Marketing", | ||
"revenue": [ | ||
{ "quarter": "Q1", "value": 29000 }, | ||
{ "quarter": "Q2", "value": 32000 } | ||
] | ||
} | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"meetingDate": "2023-10-15", | ||
"department": "Product Development", | ||
"agenda": "New product features", | ||
"attendees": 5 | ||
}, | ||
{ | ||
"meetingDate": "2023-10-16", | ||
"department": "Sales", | ||
"agenda": "Quarterly targets", | ||
"attendees": 8 | ||
}, | ||
{ | ||
"meetingDate": "2023-10-17", | ||
"department": "HR", | ||
"agenda": "Employee training programs", | ||
"attendees": 6 | ||
}, | ||
{ | ||
"meetingDate": "2023-10-18", | ||
"department": "Marketing", | ||
"agenda": "Social media strategy", | ||
"attendees": 4 | ||
}, | ||
{ | ||
"meetingDate": "2023-10-19", | ||
"department": "Finance", | ||
"agenda": "Budget planning", | ||
"attendees": 7 | ||
} | ||
] |
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
Examples/Data/LINQ/Horizontal Table with Master-Detail Data Option 1 Data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"division": "Division A", | ||
"orders": [ | ||
{ "quarter": "Q1", "delivered": 995, "cancelled": 102 }, | ||
{ "quarter": "Q2", "delivered": 1163, "cancelled": 113 }, | ||
{ "quarter": "Q3", "delivered": 1321, "cancelled": 120 }, | ||
{ "quarter": "Q4", "delivered": 1365, "cancelled": 126 } | ||
] | ||
}, | ||
{ | ||
"division": "Division B", | ||
"orders": [ | ||
{ "quarter": "Q1", "delivered": 1554, "cancelled": 153 }, | ||
{ "quarter": "Q2", "delivered": 1590, "cancelled": 161 }, | ||
{ "quarter": "Q3", "delivered": 1643, "cancelled": 172 }, | ||
{ "quarter": "Q4", "delivered": 1711, "cancelled": 189 } | ||
] | ||
} | ||
] |
Binary file added
BIN
+13 KB
Examples/Data/LINQ/Horizontal Table with Master-Detail Data Option 1 Template.docx
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
Examples/Data/LINQ/Horizontal Table with Master-Detail Data Option 2 Data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"name": "Technology", | ||
"sectors": [ | ||
{ "name": "Software", "sales": 145000 }, | ||
{ "name": "Hardware", "sales": 132000 } | ||
] | ||
}, | ||
{ | ||
"name": "Finance", | ||
"sectors": [ | ||
{ "name": "Banking", "sales": 156000 }, | ||
{ "name": "Insurance", "sales": 144000 } | ||
] | ||
} | ||
] |
Binary file added
BIN
+13.9 KB
Examples/Data/LINQ/Horizontal Table with Master-Detail Data Option 2 Template.docx
Binary file not shown.
26 changes: 26 additions & 0 deletions
26
Examples/Data/LINQ/Horizontal Table with Message If Empty Data 1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"supplierName": "A Company", | ||
"contactPerson": "Alice Thompson", | ||
"phone": "555-6789", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"supplierName": "B Ltd.", | ||
"contactPerson": "Tom Wilson", | ||
"phone": "555-9876", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"supplierName": "C & D", | ||
"contactPerson": "Emily Roberts", | ||
"phone": "555-3456", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"supplierName": "E Corp.", | ||
"contactPerson": "Henry Evans", | ||
"phone": "555-6543", | ||
"email": "[email protected]" | ||
} | ||
] |
2 changes: 2 additions & 0 deletions
2
Examples/Data/LINQ/Horizontal Table with Message If Empty Data 2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[ | ||
] |
Binary file added
BIN
+13 KB
Examples/Data/LINQ/Horizontal Table with Message If Empty Template.docx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"campaignName": "Holiday Sale", | ||
"startDate": "2023-11-01", | ||
"endDate": "2023-12-31", | ||
"budget": 10000 | ||
}, | ||
{ | ||
"campaignName": "Spring Promotion", | ||
"startDate": "2024-03-01", | ||
"endDate": "2024-04-30", | ||
"budget": 15000 | ||
}, | ||
{ | ||
"campaignName": "Back to School", | ||
"startDate": "2024-08-01", | ||
"endDate": "2024-09-15", | ||
"budget": 12000 | ||
}, | ||
{ | ||
"campaignName": "Winter Clearance", | ||
"startDate": "2024-12-01", | ||
"endDate": "2024-12-31", | ||
"budget": 8000 | ||
}, | ||
{ | ||
"campaignName": "New Year Bash", | ||
"startDate": "2024-01-01", | ||
"endDate": "2024-01-31", | ||
"budget": 5000 | ||
} | ||
] |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"customerName": "Alice Greenfield", | ||
"feedbackDate": "2023-10-11", | ||
"rating": 4, | ||
"comments": "Great service!" | ||
}, | ||
{ | ||
"customerName": "David Anderson", | ||
"feedbackDate": "2023-10-12", | ||
"rating": 5, | ||
"comments": "Loved the product!" | ||
}, | ||
{ | ||
"customerName": "Sophia Montgomery", | ||
"feedbackDate": "2023-10-13", | ||
"rating": 3, | ||
"comments": "Average experience." | ||
}, | ||
{ | ||
"customerName": "Emily Carter", | ||
"feedbackDate": "2023-10-14", | ||
"rating": 5, | ||
"comments": "Completely satisfied!" | ||
} | ||
] |
Binary file not shown.
8 changes: 8 additions & 0 deletions
8
Examples/Data/LINQ/Single-Column Table with Row Shown Based on Condition Data 1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"productName": "Wireless Mouse", | ||
"category": "Electronics", | ||
"price": 25.99, | ||
"stockQuantity": 150, | ||
"supplierName": "A Company", | ||
"showQuantity": true | ||
} |
8 changes: 8 additions & 0 deletions
8
Examples/Data/LINQ/Single-Column Table with Row Shown Based on Condition Data 2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"productName": "Wireless Mouse", | ||
"category": "Electronics", | ||
"price": 25.99, | ||
"stockQuantity": 150, | ||
"supplierName": "A Company", | ||
"showQuantity": false | ||
} |
Binary file added
BIN
+12.7 KB
Examples/Data/LINQ/Single-Column Table with Row Shown Based on Condition Template.docx
Binary file not shown.
26 changes: 26 additions & 0 deletions
26
.../Data/LINQ/Single-Column Table with Rows Bound to Collection Based on Condition Data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[ | ||
{ | ||
"leadName": "F & Partners", | ||
"contactPerson": "John Adams", | ||
"status": "Qualified", | ||
"potentialValue": 50000 | ||
}, | ||
{ | ||
"leadName": "G & Co.", | ||
"contactPerson": "Sara Miller", | ||
"status": "Contacted", | ||
"potentialValue": 75000 | ||
}, | ||
{ | ||
"leadName": "H Group", | ||
"contactPerson": "Tom Green", | ||
"status": "New", | ||
"potentialValue": 30000 | ||
}, | ||
{ | ||
"leadName": "I & Sons", | ||
"contactPerson": "Anna Blue", | ||
"status": "Follow-up", | ||
"potentialValue": 60000 | ||
} | ||
] |
Binary file added
BIN
+12.9 KB
...a/LINQ/Single-Column Table with Rows Bound to Collection Based on Condition Template.docx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"customerName": "Alice Greenfield", | ||
"orderDate": "2023-02-15", | ||
"totalAmount": 150.75, | ||
"status": "Shipped" | ||
} |
Binary file not shown.
32 changes: 32 additions & 0 deletions
32
Examples/Data/LINQ/Table with Background Colors Applied to Columns Data.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"projectName": "Website Redesign", | ||
"startDate": "2023-01-05", | ||
"endDate": "2023-06-30", | ||
"budget": 25000 | ||
}, | ||
{ | ||
"projectName": "Mobile App Development", | ||
"startDate": "2023-03-15", | ||
"endDate": "2023-09-15", | ||
"budget": 35000 | ||
}, | ||
{ | ||
"projectName": "CRM Integration", | ||
"startDate": "2023-06-01", | ||
"endDate": "2023-12-31", | ||
"budget": 20000 | ||
}, | ||
{ | ||
"projectName": "Data Migration", | ||
"startDate": "2023-07-01", | ||
"endDate": "2023-10-30", | ||
"budget": 15000 | ||
}, | ||
{ | ||
"projectName": "E-commerce Platform Launch", | ||
"startDate": "2023-08-01", | ||
"endDate": "2024-01-15", | ||
"budget": 50000 | ||
} | ||
] |
Binary file added
BIN
+13.3 KB
Examples/Data/LINQ/Table with Background Colors Applied to Columns Template.docx
Binary file not shown.
Oops, something went wrong.