Components of FastReport Enterprise Edition
After you install the packages of FastReport VCL Enterprise, a bookmark "FastReport Client/Server" in component palette IDE Delphi/C++Builder will be available.
Components of the "FastReport VCL Client/Server":
- TfrxReportServer - a server component, report server and HTTP server in a single whole;
- TfrxServerConnection - a client component, which contains information for connections with TfrxReportServer;
- TfrxReportClient - client component (a TfrxReport analogue) inquires the report on the server, and then displays the resulting report on client side;
- TfrxHTTPClient - client component, intended for requests of the files over HTTP protocol.