-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCrystalViewerProperties.xml
121 lines (121 loc) · 4.2 KB
/
CrystalViewerProperties.xml
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0"?>
<Content xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Object id="CrystalViewer">
<Group>
<Name>General</Name>
<Type>Main</Type>
<Childs>
<Group>
<Name>Config</Name>
<Childs>
<Prop>
<Id>ToolBar</Id>
<Name>ToolBar</Name>
<Type>Boolean</Type>
<Metadata />
</Prop>
<Prop>
<Id>StatusBar</Id>
<Name>StatusBar</Name>
<Type>Boolean</Type>
<Metadata />
</Prop>
<Prop>
<Id>Responsive</Id>
<Name>Responsive</Name>
<Type>Boolean</Type>
<Metadata />
</Prop>
<Prop>
<Id>Width</Id>
<Name>Width</Name>
<Type>Text</Type>
<Metadata />
</Prop>
<Prop>
<Id>Height</Id>
<Name>Height</Name>
<Type>Text</Type>
<Metadata />
</Prop>
<Prop>
<Id>WebConfig</Id>
<Name>WebConfig</Name>
<Type>Custom</Type>
<CustomType>Artech.Genexus.Common.CustomTypes.ControlAttVarReference, Artech.Genexus.Common</CustomType>
<Metadata>
<Value name="FlagSetValueMethod">SetWebConfig</Value>
<Value name="FlagGetValueMethod">GetWebConfig</Value>
<Value name="FlagDataTypeFilter">WebConfig</Value>
</Metadata>
</Prop>
</Childs>
</Group>
<Group>
<Name>Report</Name>
<Childs>
<Prop>
<Id>Data</Id>
<Name>Metadata</Name>
<Type>Custom</Type>
<CustomType>Artech.Genexus.Common.CustomTypes.ControlAttVarReference, Artech.Genexus.Common</CustomType>
<Metadata>
<Value name="FlagSetValueMethod">SetMetadata</Value>
<Value name="FlagGetValueMethod">GetMetadata</Value>
<Value name="FlagDataTypeFilter">Metadata</Value>
</Metadata>
</Prop>
<Prop>
<Id>Param</Id>
<Name>Param</Name>
<Type>Custom</Type>
<CustomType>Artech.Genexus.Common.CustomTypes.ControlAttVarReference, Artech.Genexus.Common</CustomType>
<Metadata>
<Value name="FlagSetValueMethod">SetParam</Value>
<Value name="FlagGetValueMethod">GetParam</Value>
<Value name="FlagDataTypeFilter">Param</Value>
</Metadata>
</Prop>
<Prop>
<Id>Path</Id>
<Name>Path</Name>
<Type>Custom</Type>
<CustomType>Artech.Genexus.Common.CustomTypes.ControlAttVarReference, Artech.Genexus.Common</CustomType>
<Metadata>
<Value name="FlagSetValueMethod">SetPath</Value>
<Value name="FlagGetValueMethod">GetPath</Value>
<Value name="FlagDataTypeFilter">Path</Value>
</Metadata>
</Prop>
<Prop>
<Id>DataBase</Id>
<Name>DataBase</Name>
<Type>Combo</Type>
<Metadata />
<Values>
<Value id="MySql" desc="MySql" />
<Value id="SqlServer" desc="SqlServer" />
</Values>
</Prop>
</Childs>
</Group>
<Group>
<Name>Conection</Name>
<Childs>
<Prop>
<Id>Conection</Id>
<Name>Conection</Name>
<Type>Custom</Type>
<CustomType>Artech.Genexus.Common.CustomTypes.ControlAttVarReference, Artech.Genexus.Common</CustomType>
<Metadata>
<Value name="FlagSetValueMethod">SetConection</Value>
<Value name="FlagGetValueMethod">GetConection</Value>
<Value name="FlagDataTypeFilter">Conection</Value>
</Metadata>
</Prop>
</Childs>
</Group>
</Childs>
</Group>
</Object>
</Content>