DocumentUsageReport.mtd
2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"$type": "Sungero.Metadata.ReportMetadata, Sungero.Reporting.Shared",
"NameGuid": "f70c4908-34b1-47c7-9bf1-90d18e8309d4",
"Name": "DocumentUsageReport",
"AssociatedGuid": "df83a2ea-8d43-4ec4-a34a-2e61863014df",
"BaseGuid": "cef9a810-3f30-4eca-9fe3-30992af0b818",
"DataSources": [],
"DefaultExportFormat": "Excel",
"ExportFormats": [
"Pdf",
"Excel",
"Word"
],
"HandledEvents": [
"BeforeExecuteClient",
"BeforeExecuteServer"
],
"IconResourcesKeys": [],
"Overridden": [
"IsReadOnly",
"Parameters",
"DisplayName",
"PublicConstants",
"PublicStructures"
],
"Parameters": [
{
"NameGuid": "34a1f6ea-2c4e-4ac7-b452-83d1cced9c44",
"Name": "PeriodBegin",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true,
"Versions": []
},
{
"NameGuid": "a6d314fa-ea3c-4892-b9ae-8441626f02f9",
"Name": "PeriodEnd",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true,
"Versions": []
},
{
"NameGuid": "e201353f-c8bb-4a45-bf45-894958e74399",
"Name": "Department",
"EntityType": "61b1c19f-26e2-49a5-b3d3-0d3618151e12",
"InternalDataTypeName": "Sungero.Company.IDepartment, Sungero.Domain.Interfaces",
"Versions": []
},
{
"NameGuid": "d3ee3aea-ac3d-447c-95f8-2babf9444665",
"Name": "DepartmentId",
"InternalDataTypeName": "System.Int32",
"IsSimpleDataType": true,
"Versions": []
},
{
"NameGuid": "4c0dc683-7872-4f50-b7a3-3e830a35827b",
"Name": "ClientPeriodEnd",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true,
"Versions": []
},
{
"NameGuid": "451f7d8b-9668-4af1-b01c-b565686f99b2",
"Name": "ReportDate",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true,
"Versions": []
},
{
"NameGuid": "c0859024-ee96-43d3-a323-9225a429c08d",
"Name": "ClientPeriodBegin",
"InternalDataTypeName": "System.DateTime",
"IsSimpleDataType": true,
"Versions": []
},
{
"NameGuid": "6a3cb071-fdd6-4ec6-8897-c642bb668ebe",
"Name": "Empty",
"InternalDataTypeName": "System.String"
},
{
"NameGuid": "0a19b226-2828-407d-8fab-5a2db25be2de",
"Name": "ReportSessionId",
"InternalDataTypeName": "System.String"
}
],
"PublicStructures": [],
"ResourcesKeys": [
"EmployeeName",
"JobTitle",
"Department",
"CreatedDocumentsAmount",
"EditedDocumentsAmount",
"ViewedDocumentsAmount",
"TotalDocumentsAmount",
"PeriodFrom",
"PeriodTo"
],
"Versions": []
}