git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@2 b6239004-a887-0f4b-9937-50029ccdca16
37 lines
886 B
HTML
37 lines
886 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
|
</head>
|
|
<body>
|
|
<img src="..\..\da.png" alt="" align="right">
|
|
|
|
<!-------------------------------------------------------------------------->
|
|
|
|
<p class="h1">
|
|
<span>Report Builder Sample</span>
|
|
</p>
|
|
|
|
|
|
<h2>Purpose</h2>
|
|
|
|
<p>
|
|
This example shows how to create the report on the server, stream it to the client and then display to the client.<br>
|
|
</p>
|
|
<p>
|
|
To use this sample, you will need to copy the report template file to the server folder.
|
|
</p>
|
|
<h2>Examine the Code</h2>
|
|
<ul>
|
|
<li>
|
|
See the simple code in <b>DARBService_Impl.pas</b> and <b>ReportBuilder_ClientMain.pas</b>.
|
|
</li>
|
|
</ul>
|
|
<h2>Note</h2>
|
|
<p>
|
|
This sample requires the installation of Report Builder (<a href="http://www.digital-metaphors.com">www.digital-metaphors.com</a>).
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|
|
|