| Basic reports |
| Simple list |
Demonstrates how to create simple list report | CGI | ISAPI | Apache Module |
| Simple group |
Demonstrates how to create simple report with one group. Group breaked each time when first letter of company name changes | CGI | ISAPI | Apache Module |
| Master-Detail-Detail |
Demonstrates how to create Master/Detail/Detail reports. Just put on the page one MasterData band and two DetailData bands and connect each of them to the appropriate dataset. Of course, you can create Master/Master, Master/Detail/Detail/Detail and other reports with the same way | CGI | ISAPI | Apache Module |
| Multi-column list |
Demonstrates how to create simple report with columns. Just set number of columns in page options | CGI | ISAPI | Apache Module |
| Multi-column bands |
This example shows how to print multi-column bands. To make data-band multi-column, set its Columns property to 2 or more | CGI | ISAPI | Apache Module |
| Memos and pictures |
Demonstrates how to create simple list report with images and memos from DB fields. DB field placed in the memo of objects | CGI | ISAPI | Apache Module |
| Split bands |
Demonstrates how to break long memos. Set "Stretched" and "AllowSplit" options of the MasterData band and "Stretched" option of the object with long memo | CGI | ISAPI | Apache Module |
| Side-by-Side subreports |
Demonstrates how to create side-by-side subreports. Each subreport can have different number of records | CGI | ISAPI | Apache Module |
| Report with title page |
This report contains two pages (title and list). You can have several pages in your report. Each page can contains one report and can have own paper settings (size, margins, orientation and etc) | CGI | ISAPI | Apache Module |
| Cross-tabs |
| One row |
| CGI | ISAPI | Apache Module |
| One column |
| CGI | ISAPI | Apache Module |
| One row, one column |
| CGI | ISAPI | Apache Module |
| Two rows |
| CGI | ISAPI | Apache Module |
| Two rows, one column |
| CGI | ISAPI | Apache Module |
| Two columns, one row |
| CGI | ISAPI | Apache Module |
| Two cell values |
| CGI | ISAPI | Apache Module |
| Highlight |
| CGI | ISAPI | Apache Module |
| Two cross-tabs |
| CGI | ISAPI | Apache Module |
| Cross from non-DB data |
This report uses non-DB data for a cross-tab. Data is filled in the OnBeforePrint script of the cross object | CGI | ISAPI | Apache Module |
| Old style cross-tab |
Demonstrates old-style cross-tabs | CGI | ISAPI | Apache Module |
| Calendar |
Demonstrates how to print simple year calendar using old-style cross tab and script | CGI | ISAPI | Apache Module |
| Charts |
| Countries |
Demonstrates how to use charts | CGI | ISAPI | Apache Module |
| Misc |
| HTML and text |
This reports shows new features of a text object, namely, HTML tags and flow text to another text object. To make a text object able to show simple HTML tags, set its AllowHTMLTags property to true. To make a text object able to carry out a long text to another text object, set its FlowMemo property to that object | CGI | ISAPI | Apache Module |
| Unicode |
Demonstrates how to create simple unicode report | CGI | ISAPI | Apache Module |
|