Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 5db3f38

Browse files
ICSharpCode.Reporting.Addin.csproj, adjust Reports in QCA
1 parent d4bc76e commit 5db3f38

10 files changed

Lines changed: 435 additions & 31 deletions

File tree

src/AddIns/Analysis/CodeQuality/CodeQuality.addin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<Manifest>
88
<Identity name = "ICSharpCode.CodeQuality"/>
9-
<!--<Dependency addin="ICSharpCode.Reporting.Addin" requirePreload="true"></Dependency>-->
9+
<Dependency addin="ICSharpCode.Reporting.Addin" requirePreload="true"></Dependency>
1010
</Manifest>
1111

1212
<Runtime>
Lines changed: 308 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,308 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<ReportModel>
3+
<ReportSettings>
4+
<ReportSettings>
5+
<ReportName>DependencyReport</ReportName>
6+
<ReportType>FormSheet</ReportType>
7+
<BottomMargin>50</BottomMargin>
8+
<TopMargin>50</TopMargin>
9+
<LeftMargin>50</LeftMargin>
10+
<RightMargin>50</RightMargin>
11+
<PageSize>827, 1169</PageSize>
12+
<Landscape>False</Landscape>
13+
<GraphicsUnit>Millimeter</GraphicsUnit>
14+
<Padding>5, 5, 5, 5</Padding>
15+
<AvailableFieldsCollection />
16+
<SortColumnsCollection />
17+
<GroupColumnsCollection>
18+
<GroupColumn>
19+
<SortDirection>Ascending</SortDirection>
20+
<CaseSensitive>False</CaseSensitive>
21+
<ColumnName>Name</ColumnName>
22+
<DataTypeName>System.String</DataTypeName>
23+
</GroupColumn>
24+
</GroupColumnsCollection>
25+
<ParameterCollection />
26+
<SqlParameters />
27+
<ConnectionString />
28+
<CommandText />
29+
<CommandType>Text</CommandType>
30+
<DataModel>FormSheet</DataModel>
31+
<NoDataMessage>No Data for this Report</NoDataMessage>
32+
<DefaultFont>Microsoft Sans Serif, 10pt</DefaultFont>
33+
<UseStandardPrinter>True</UseStandardPrinter>
34+
</ReportSettings>
35+
</ReportSettings>
36+
<SectionCollection>
37+
<BaseSection>
38+
<Location>50, 50</Location>
39+
<Size>727, 60</Size>
40+
<BackColor>White</BackColor>
41+
<SectionOffset>0</SectionOffset>
42+
<SectionMargin>0</SectionMargin>
43+
<DrawBorder>False</DrawBorder>
44+
<PageBreakAfter>False</PageBreakAfter>
45+
<Items>
46+
<BaseTextItem>
47+
<Location>157, 3</Location>
48+
<Size>414, 40</Size>
49+
<BackColor>White</BackColor>
50+
<Font>Segoe UI, 18pt, style=Bold</Font>
51+
<StringTrimming>None</StringTrimming>
52+
<ContentAlignment>TopLeft</ContentAlignment>
53+
<CanGrow>False</CanGrow>
54+
<CanShrink>False</CanShrink>
55+
<RTL>No</RTL>
56+
<Text>SharpDevelop CodeQuality Analysis</Text>
57+
<DrawBorder>False</DrawBorder>
58+
<FrameColor>Black</FrameColor>
59+
<ForeColor>Black</ForeColor>
60+
<Name>BaseTextItem2147483637</Name>
61+
</BaseTextItem>
62+
</Items>
63+
<FrameColor>Black</FrameColor>
64+
<Name>ReportHeader</Name>
65+
</BaseSection>
66+
<BaseSection>
67+
<Location>50, 125</Location>
68+
<Size>727, 69</Size>
69+
<BackColor>White</BackColor>
70+
<SectionOffset>0</SectionOffset>
71+
<SectionMargin>0</SectionMargin>
72+
<DrawBorder>False</DrawBorder>
73+
<PageBreakAfter>False</PageBreakAfter>
74+
<Items>
75+
<BaseLineItem>
76+
<Location>22, 47</Location>
77+
<Size>660, 10</Size>
78+
<BackColor>White</BackColor>
79+
<ForeColor>Black</ForeColor>
80+
<FromPoint>10, 5</FromPoint>
81+
<ToPoint>647, 5</ToPoint>
82+
<StartLineCap>Flat</StartLineCap>
83+
<EndLineCap>Flat</EndLineCap>
84+
<DashLineCap>Flat</DashLineCap>
85+
<DashStyle>Solid</DashStyle>
86+
<Thickness>4</Thickness>
87+
<Name>BaseLineItem1</Name>
88+
</BaseLineItem>
89+
<BaseTextItem>
90+
<Location>222, 3</Location>
91+
<Size>257, 26</Size>
92+
<BackColor>White</BackColor>
93+
<Font>Microsoft Sans Serif, 15.75pt</Font>
94+
<StringTrimming>None</StringTrimming>
95+
<ContentAlignment>TopLeft</ContentAlignment>
96+
<CanGrow>False</CanGrow>
97+
<CanShrink>False</CanShrink>
98+
<DataType>System.String</DataType>
99+
<RTL>No</RTL>
100+
<Text>Analysis Overview Report</Text>
101+
<DrawBorder>False</DrawBorder>
102+
<FrameColor>Black</FrameColor>
103+
<ForeColor>Black</ForeColor>
104+
<Name>Overview</Name>
105+
</BaseTextItem>
106+
<BaseTextItem>
107+
<Location>563, 3</Location>
108+
<Size>100, 26</Size>
109+
<BackColor>White</BackColor>
110+
<Font>Segoe UI, 15.75pt</Font>
111+
<StringTrimming>None</StringTrimming>
112+
<ContentAlignment>TopLeft</ContentAlignment>
113+
<CanGrow>False</CanGrow>
114+
<CanShrink>False</CanShrink>
115+
<RTL>No</RTL>
116+
<Text>=Today()</Text>
117+
<DrawBorder>False</DrawBorder>
118+
<FrameColor>Black</FrameColor>
119+
<ForeColor>ControlText</ForeColor>
120+
<Name>BaseTextItem2147483638</Name>
121+
</BaseTextItem>
122+
</Items>
123+
<FrameColor>Black</FrameColor>
124+
<Name>ReportPageHeader</Name>
125+
</BaseSection>
126+
<BaseSection>
127+
<Location>50, 209</Location>
128+
<Size>727, 115</Size>
129+
<BackColor>White</BackColor>
130+
<SectionOffset>0</SectionOffset>
131+
<SectionMargin>0</SectionMargin>
132+
<DrawBorder>False</DrawBorder>
133+
<PageBreakAfter>False</PageBreakAfter>
134+
<Items>
135+
<BaseRowItem>
136+
<Location>31, 72</Location>
137+
<Size>641, 30</Size>
138+
<BackColor>White</BackColor>
139+
<DrawBorder>False</DrawBorder>
140+
<ForeColor>Black</ForeColor>
141+
<FrameColor>Black</FrameColor>
142+
<Items>
143+
<BaseDataItem>
144+
<Location>443, 4</Location>
145+
<Size>71, 20</Size>
146+
<BackColor>White</BackColor>
147+
<Font>Segoe UI, 9pt</Font>
148+
<StringTrimming>None</StringTrimming>
149+
<ContentAlignment>MiddleRight</ContentAlignment>
150+
<CanGrow>False</CanGrow>
151+
<CanShrink>False</CanShrink>
152+
<RTL>No</RTL>
153+
<Text>BaseDataItem2147483646</Text>
154+
<DrawBorder>False</DrawBorder>
155+
<FrameColor>Black</FrameColor>
156+
<ForeColor>Black</ForeColor>
157+
<ColumnName>ReferenceCount</ColumnName>
158+
<Name>BaseDataItem2147483646</Name>
159+
</BaseDataItem>
160+
<BaseDataItem>
161+
<Location>254, 4</Location>
162+
<Size>156, 20</Size>
163+
<BackColor>White</BackColor>
164+
<Font>Microsoft Sans Serif, 10pt</Font>
165+
<StringTrimming>None</StringTrimming>
166+
<ContentAlignment>TopLeft</ContentAlignment>
167+
<CanGrow>False</CanGrow>
168+
<CanShrink>False</CanShrink>
169+
<RTL>No</RTL>
170+
<Text>References</Text>
171+
<DrawBorder>False</DrawBorder>
172+
<FrameColor>Black</FrameColor>
173+
<ForeColor>Black</ForeColor>
174+
<ColumnName>References</ColumnName>
175+
<Name>BaseDataItem2</Name>
176+
</BaseDataItem>
177+
</Items>
178+
<AlternateBackColor />
179+
<ChangeBackColorEveryNRow>0</ChangeBackColorEveryNRow>
180+
<Name>BaseRowItem1</Name>
181+
</BaseRowItem>
182+
<GroupHeader>
183+
<Location>31, 22</Location>
184+
<Size>641, 30</Size>
185+
<BackColor>LightGray</BackColor>
186+
<DrawBorder>False</DrawBorder>
187+
<ForeColor>Black</ForeColor>
188+
<FrameColor>Black</FrameColor>
189+
<Items>
190+
<BaseTextItem>
191+
<Location>414, 7</Location>
192+
<Size>100, 20</Size>
193+
<BackColor>White</BackColor>
194+
<Font>Segoe UI, 9.75pt</Font>
195+
<StringTrimming>None</StringTrimming>
196+
<ContentAlignment>MiddleRight</ContentAlignment>
197+
<CanGrow>False</CanGrow>
198+
<CanShrink>False</CanShrink>
199+
<RTL>No</RTL>
200+
<Text># of References</Text>
201+
<DrawBorder>False</DrawBorder>
202+
<FrameColor>Black</FrameColor>
203+
<ForeColor>Black</ForeColor>
204+
<Name>BaseTextItem2147483646</Name>
205+
</BaseTextItem>
206+
<BaseTextItem>
207+
<Location>254, 2</Location>
208+
<Size>100, 20</Size>
209+
<BackColor>White</BackColor>
210+
<Font>Microsoft Sans Serif, 10pt</Font>
211+
<StringTrimming>None</StringTrimming>
212+
<ContentAlignment>TopLeft</ContentAlignment>
213+
<CanGrow>False</CanGrow>
214+
<CanShrink>False</CanShrink>
215+
<RTL>No</RTL>
216+
<Text>References</Text>
217+
<DrawBorder>False</DrawBorder>
218+
<FrameColor>Black</FrameColor>
219+
<ForeColor>Black</ForeColor>
220+
<Name>BaseTextItem2147483636</Name>
221+
</BaseTextItem>
222+
<BaseDataItem>
223+
<Location>12, 3</Location>
224+
<Size>211, 20</Size>
225+
<BackColor>White</BackColor>
226+
<Font>Microsoft Sans Serif, 10pt</Font>
227+
<StringTrimming>None</StringTrimming>
228+
<ContentAlignment>TopLeft</ContentAlignment>
229+
<CanGrow>False</CanGrow>
230+
<CanShrink>False</CanShrink>
231+
<RTL>No</RTL>
232+
<Text>BaseDataItem1</Text>
233+
<DrawBorder>False</DrawBorder>
234+
<FrameColor>Black</FrameColor>
235+
<ForeColor>Black</ForeColor>
236+
<ColumnName>Name</ColumnName>
237+
<Name>BaseDataItem1</Name>
238+
</BaseDataItem>
239+
</Items>
240+
<AlternateBackColor />
241+
<ChangeBackColorEveryNRow>0</ChangeBackColorEveryNRow>
242+
<PageBreakOnGroupChange>False</PageBreakOnGroupChange>
243+
<Name>GroupHeader1</Name>
244+
</GroupHeader>
245+
</Items>
246+
<FrameColor>Black</FrameColor>
247+
<Name>ReportDetail</Name>
248+
</BaseSection>
249+
<BaseSection>
250+
<Location>50, 339</Location>
251+
<Size>727, 36</Size>
252+
<BackColor>White</BackColor>
253+
<SectionOffset>0</SectionOffset>
254+
<SectionMargin>0</SectionMargin>
255+
<DrawBorder>False</DrawBorder>
256+
<PageBreakAfter>False</PageBreakAfter>
257+
<Items>
258+
<BaseTextItem>
259+
<Location>31, 5</Location>
260+
<Size>555, 20</Size>
261+
<BackColor>White</BackColor>
262+
<Font>Segoe UI, 9.75pt</Font>
263+
<StringTrimming>None</StringTrimming>
264+
<ContentAlignment>TopLeft</ContentAlignment>
265+
<CanGrow>False</CanGrow>
266+
<CanShrink>False</CanShrink>
267+
<RTL>No</RTL>
268+
<Text>= Globals!ReportFolder + Globals!ReportName</Text>
269+
<DrawBorder>False</DrawBorder>
270+
<FrameColor>Black</FrameColor>
271+
<ForeColor>ControlText</ForeColor>
272+
<Name>BaseTextItem2147483641</Name>
273+
</BaseTextItem>
274+
<BaseTextItem>
275+
<Location>624, 5</Location>
276+
<Size>100, 20</Size>
277+
<BackColor>White</BackColor>
278+
<Font>Microsoft Sans Serif, 10pt</Font>
279+
<StringTrimming>None</StringTrimming>
280+
<ContentAlignment>TopLeft</ContentAlignment>
281+
<CanGrow>False</CanGrow>
282+
<CanShrink>False</CanShrink>
283+
<DataType>System.String</DataType>
284+
<RTL>No</RTL>
285+
<Text>= 'Page : ' + Globals!PageNumber</Text>
286+
<DrawBorder>False</DrawBorder>
287+
<FrameColor>Black</FrameColor>
288+
<ForeColor>Black</ForeColor>
289+
<Name>PageNumber1</Name>
290+
</BaseTextItem>
291+
</Items>
292+
<FrameColor>Black</FrameColor>
293+
<Name>ReportPageFooter</Name>
294+
</BaseSection>
295+
<BaseSection>
296+
<Location>50, 390</Location>
297+
<Size>727, 60</Size>
298+
<BackColor>White</BackColor>
299+
<SectionOffset>0</SectionOffset>
300+
<SectionMargin>0</SectionMargin>
301+
<DrawBorder>False</DrawBorder>
302+
<PageBreakAfter>False</PageBreakAfter>
303+
<Items />
304+
<FrameColor>Black</FrameColor>
305+
<Name>ReportFooter</Name>
306+
</BaseSection>
307+
</SectionCollection>
308+
</ReportModel>

src/AddIns/Analysis/CodeQuality/Reporting/DependencyReport.srd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,12 @@
108108
<Size>100, 26</Size>
109109
<BackColor>White</BackColor>
110110
<Font>Segoe UI, 15.75pt</Font>
111+
<FormatString>dd/MM/yyyy</FormatString>
111112
<StringTrimming>None</StringTrimming>
112113
<ContentAlignment>TopLeft</ContentAlignment>
113114
<CanGrow>False</CanGrow>
114115
<CanShrink>False</CanShrink>
116+
<DataType>System.DateTime</DataType>
115117
<RTL>No</RTL>
116118
<Text>=Today</Text>
117119
<DrawBorder>False</DrawBorder>

src/AddIns/Analysis/CodeQuality/Reporting/Overviewreport.srd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,15 @@
5454
</BaseTextItem>
5555
<BaseTextItem>
5656
<Location>601, 59</Location>
57-
<Size>100, 26</Size>
57+
<Size>100, 34</Size>
5858
<BackColor>White</BackColor>
5959
<Font>Segoe UI, 15.75pt</Font>
60+
<FormatString>dd/MM/yyyy</FormatString>
6061
<StringTrimming>None</StringTrimming>
6162
<ContentAlignment>TopLeft</ContentAlignment>
6263
<CanGrow>False</CanGrow>
6364
<CanShrink>False</CanShrink>
65+
<DataType>System.DateTime</DataType>
6466
<RTL>No</RTL>
6567
<Text>=Today</Text>
6668
<DrawBorder>False</DrawBorder>

src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/EmptyReport.xft

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
?xml version="1.0"?>
1+
<?xml version="1.0"?>
32
<Template author="Peter Forstmeier" version="2.1">
43

54
<Config

0 commit comments

Comments
 (0)