-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.php
71 lines (65 loc) · 5.28 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Stimulsoft Reports.PHP</title>
<style>
html, body {
font-family: sans-serif;
}
</style>
</head>
<body>
<h2>This examples show how to work with the <a href="https://www.stimulsoft.com/en/products/reports-php" target="_blank">Stimulsoft Reports.PHP</a> product.</h2>
<hr>
<br><h3>License activation</h3>
<ul>
<li><a href="Working with Report/How to Activate the Product.php">How to Activate the Product</a></li>
</ul>
<br><h3>Working with Report</h3>
<ul>
<li><a href="Working with Report/Rendering a Report from Code.php">Rendering a Report from Code</a></li>
<li><a href="Working with Report/Rendering a Report from Code on a Button Click.php">Rendering a Report from Code on a Button Click</a></li>
<li><a href="Working with Report/Printing a Report from Code.php">Printing a Report from Code</a></li>
<li><a href="Working with Report/Exporting a Report from Code.php">Exporting a Report from Code</a></li>
<li><a href="Working with Report/Changing Report Properties on the Server-Side.php">Changing Report Properties on the Server-Side</a></li>
</ul>
<br><h3>Working with Report on the Server-Side</h3>
<ul>
<li><a href="Working with Report on the Server-Side/Configuring and Installing NodeJs.php">Configuring and Installing Node.js</a></li>
<li><a href="Working with Report on the Server-Side/Rendering a Report from Code on the Server-Side.php">Rendering a Report from Code on the Server-Side</a></li>
<li><a href="Working with Report on the Server-Side/Rendering a Report with SQL from Code on the Server-Side.php">Rendering a Report with SQL from Code on the Server-Side</a></li>
<li><a href="Working with Report on the Server-Side/Exporting a Report from Code on the Server-Side.php">Exporting a Report from Code on the Server-Side</a></li>
<li><a href="Working with Report on the Server-Side/Registering a Data from Code when Rendering a Report on the Server-Side.php">Registering a Data from Code when Rendering a Report on the Server-Side</a></li>
<li><a href="Working with Report on the Server-Side/Exporting a Report from Code with Changing Export Settings.php">Exporting a Report from Code with Changing Export Settings</a></li>
</ul>
<br><h3>Working with Viewer</h3>
<ul>
<li><a href="Working with Viewer/Showing a Report in the Viewer.php">Showing a Report in the Viewer</a></li>
<li><a href="Working with Viewer/Showing a Report in the Viewer in an HTML template.php">Showing a Report in the Viewer in an HTML template</a></li>
<li><a href="Working with Viewer/Showing a Report in the Viewer in an HTML template using PHP variables.php">Showing a Report in the Viewer in an HTML template using PHP variables</a></li>
<li><a href="Working with Viewer/Showing a Report in the Viewer using JavaScript.php">Showing a Report in the Viewer using JavaScript</a></li>
<li><a href="Working with Viewer/Changing the Viewer Theme.php">Changing the Viewer Theme</a></li>
<li><a href="Working with Viewer/Registering a Data from Code.php">Registering a Data from Code</a></li>
<li><a href="Working with Viewer/Setting Report Variables on the Server-Side.php">Setting Report Variables on the Server-Side</a></li>
<li><a href="Working with Viewer/Using SQL Data Sources.php">Using SQL Data Sources</a></li>
<li><a href="Working with Viewer/Using Parameters in SQL Query.php">Using Parameters in SQL Query</a></li>
<li><a href="Working with Viewer/Sending a Report by Email.php">Sending a Report by Email</a></li>
<li><a href="Working with Viewer/Changing an Export Settings on the Server-Side.php">Changing an Export Settings on the Server-Side</a></li>
<li><a href="Working with Viewer/Sending an Exported Report to the Server-Side.php">Sending an Exported Report to the Server-Side</a></li>
<li><a href="Working with Viewer/Opening the Report in the Viewer and Changing it on the Server-Side.php">Opening the Report in the Viewer and Changing it on the Server-Side</a></li>
</ul>
<br><h3>Working with Designer</h3>
<ul>
<li><a href="Working with Designer/Editing a Report Template in the Designer.php">Editing a Report Template in the Designer</a></li>
<li><a href="Working with Designer/Editing a Report Template in the Designer in an HTML template.php">Editing a Report Template in the Designer in an HTML template</a></li>
<li><a href="Working with Designer/Editing a Report Template in the Designer using JavaScript.php">Editing a Report Template in the Designer using JavaScript</a></li>
<li><a href="Working with Designer/Saving a Report Template on the Server-Side.php">Saving a Report Template on the Server-Side</a></li>
<li><a href="Working with Designer/Registering Data when Creating a New Report.php">Registering Data when Creating a New Report</a></li>
<li><a href="Working with Designer/Localizing the Designer.php">Localizing the Designer</a></li>
<li><a href="Working with Designer/Loading Scripts in Part to Minify Project.php">Loading Scripts in Part to Minify Project</a></li>
<li><a href="Working with Designer/Working with onDesign and onExit events.php">Working with onDesign and onExit events</a></li>
</ul>
</body>
</html>