Introduction

1. FastReport 3 Enterprise - Client-Server reporting tool

2. Components of FastReport Enterprise Edition
   2.1. TfrxReportServer
   2.2. TfrxServerConnection
   2.3. TfrxReportClient
   2.4. TfrxHTTPClient

3. The Report server
   3.1. Internal architecture
   3.2. Supported formats of the report results
   3.3. Query syntax
   3.4. Transferring parameters to the report
   3.5. Internal server variables
   3.6. Using HTML documents
   3.7. Logs
   3.8. Authentication
   3.9. Access restriction by IP address
   3.10. Database connections
   3.11. Using the reports cache
   3.12. Increasing server's processing power
   3.13. Using the FastReport server together with other HTTP servers (Apache, IIS, etc)

4. Developing the reports
   4.1. Some client/server restrictions
   4.2. Some advices concerning the design of a report

5. Report client
   5.1. TfrxReportClient-based report client
   5.2. Other clients

6. Adapting your applications for client-server technology

7. Examples
   7.1. Example of a simple client-server application
     7.1.1. Server side
     7.1.2. Client side
     7.1.3. Client side with threads

8. Important security issues

9. References

10. Developers' contact information