|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Reports>
|
3 |
| - <Folder Name="General"> |
| 3 | + <Folder Name="General" Description="Reports containing simple objects and demonstrating primitive work with data connection and display."> |
4 | 4 | <Report File="Simple List.frx"/>
|
5 | 5 | <Report File="Groups.frx"/>
|
6 | 6 | <Report File="Master-Detail.frx"/>
|
|
15 | 15 | <Report File="Inherited Report.frx" WebDemo="false"/>
|
16 | 16 | <Report File="Badges.frx" WebDemo="false"/>
|
17 | 17 | </Folder>
|
18 |
| - <Folder Name="Report Objects"> |
| 18 | + <Folder Name="Report Objects" Description="Reports that superficially show complex objects."> |
19 | 19 | <Report File="Text.frx"/>
|
20 | 20 | <Report File="Image.frx"/>
|
21 | 21 | <Report File="Lines and Shapes.frx" WebDemo="false"/>
|
|
35 | 35 | <Report File="Gauge.frx" Basic="false"/>
|
36 | 36 | <Report File="SVG.frx" Basic="false"/>
|
37 | 37 | </Folder>
|
38 |
| - <Folder Name="Interactive Reports"> |
| 38 | + <Folder Name="Interactive Reports" Description="Reports showing interactivity capabilities."> |
39 | 39 | <Report File="Interactive Report.frx"/>
|
40 | 40 | <Report File="Interactive Report, 2-in-1.frx"/>
|
41 | 41 | <Report File="Interactive Matrix.frx" Basic="false"/>
|
|
47 | 47 | <Report File="Handle Preview Clicks.frx" Basic="false" WebDemo="false"/>
|
48 | 48 | <Report File="Interactive Forms.frx"/>
|
49 | 49 | </Folder>
|
50 |
| - <Folder Name="Table" Basic="false"> |
| 50 | + <Folder Name="Table" Basic="false" Description="Reports that demonstrate various scenarios for working with a table object."> |
51 | 51 | <Report File="Labels.frx" WebDemo="false"/>
|
52 | 52 | <Report File="Row Datasource.frx"/>
|
53 | 53 | <Report File="Column Datasource.frx" WebDemo="false"/>
|
|
60 | 60 | <Report File="Row Datasource, Master-Detail.frx" WebDemo="false"/>
|
61 | 61 | <Report File="Fit Dynamic Table To Page.frx" WebDemo="false"/>
|
62 | 62 | </Folder>
|
63 |
| - <Folder Name="Matrix" Basic="false"> |
| 63 | + <Folder Name="Matrix" Basic="false" Description="Reports showing the various capabilities of the matrix."> |
64 | 64 | <Report File="Simple Matrix.frx" WebDemo="false"/>
|
65 | 65 | <Report File="Matrix With Rows Only.frx" WebDemo="false"/>
|
66 | 66 | <Report File="Matrix With Columns Only.frx" WebDemo="false"/>
|
|
77 | 77 | <Report File="Pictures Inside The Matrix.frx"/>
|
78 | 78 | <Report File="Two Matrices.frx" WebDemo="false"/>
|
79 | 79 | </Folder>
|
80 |
| - <Folder Name="Dialogs" Core="false" Basic="false"> |
| 80 | + <Folder Name="Dialogs" Core="false" Basic="false" Description="Reports that demonstrate how dialog boxes work."> |
81 | 81 | <Report File="Hello, FastReport!.frx"/>
|
82 | 82 | <Report File="Print Entered Value.frx"/>
|
83 | 83 | <Report File="Filtering with CheckedListBox.frx" WebDemo="false"/>
|
|
87 | 87 | <Report File="Cascaded Data Filtering.frx"/>
|
88 | 88 | <Report File="Labels With Dialog.frx" WebDemo="false"/>
|
89 | 89 | </Folder>
|
90 |
| - <Folder Name="Script" WebDemo="false" Basic="false"> |
| 90 | + <Folder Name="Script" WebDemo="false" Basic="false" Description="Reports showing how scripts work."> |
91 | 91 | <Report File="Print Total in The Group Header.frx"/>
|
92 | 92 | <Report File="Sort Group By Total.frx"/>
|
93 | 93 | <Report File="Shift Object Position.frx"/>
|
94 | 94 | <Report File="Dialog Events.frx"/>
|
95 | 95 | <Report File="Handle Dialog Forms.frx"/>
|
96 | 96 | </Folder>
|
97 |
| - <Folder Name="Charts" Core="false" Basic="false"> |
| 97 | + <Folder Name="Charts" Core="false" Basic="false" Description="Reports with sample charts, and their combination with other features."> |
98 | 98 | <Report File="About Microsoft Chart.frx" WebDemo="false"/>
|
99 | 99 | <Report File="Microsoft Chart Sample.frx"/>
|
100 | 100 | <Report File="Interactive Chart.frx" WebDemo="false"/>
|
101 | 101 | <Report File="Sparkline.frx" />
|
102 | 102 | </Folder>
|
103 |
| - <Folder Name="Maps" Core="false" Basic="false"> |
| 103 | + <Folder Name="Maps" Core="false" Basic="false" Description="Reports with sample maps, and their combination with other features."> |
104 | 104 | <Report File="World Map.frx"/>
|
105 | 105 | <Report File="USA Map.frx"/>
|
106 | 106 | <Report File="World Sales.frx"/>
|
|
109 | 109 | <Report File="World Sales, Interactive.frx"/>
|
110 | 110 | <Report File="World Sales by City.frx"/>
|
111 | 111 | </Folder>
|
112 |
| - <Folder Name="Features"> |
| 112 | + <Folder Name="Features" Description="Reports that demonstrate interesting and unusual features."> |
113 | 113 | <Report File="Double Pass, Total Pages.frx" WebDemo="false"/>
|
114 | 114 | <Report File="Odd-Even Rows.frx"/>
|
115 | 115 | <Report File="Odd-Even Pages, Mirror Margins.frx" WebDemo="false"/>
|
|
126 | 126 | <Report File="Print Copy Names.frx" WebDemo="false"/>
|
127 | 127 | <Report File="Box.frx" Basic="false" WebDemo="false"/>
|
128 | 128 | <Report File="Unicode.frx" />
|
129 |
| - <Report File="TextureFill.frx" /> |
| 129 | + <Report File="TextureFill.frx" /> |
130 | 130 | <Report File="Purchase Order.frx" Basic="false" WebDemo="false"/>
|
131 | 131 | </Folder>
|
132 | 132 | </Reports>
|
0 commit comments