-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
110 lines (97 loc) · 5.06 KB
/
index.html
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Stimulsoft Reports.JS - Samples</title>
</head>
<body>
<h1>Stimulsoft Reports.JS - Samples</h1>
<hr>
<h2>Demo</h2>
<ul>
<li><a target="_blank" href="Demo/demo.html">Run Demo</a><br></li>
</ul>
<br>
<hr>
<h2>Working with Report</h2>
<ul>
<li><a target="_blank" href="Working with Report/Loading the Report.html">Loading the Report</a><br></li>
<li><a target="_blank" href="Working with Report/Printing the Report.html">Printing the Report</a><br></li>
<li><a target="_blank" href="Working with Report/Exporting a Report to HTML.html">Exporting a Report to
HTML</a><br></li>
<li><a target="_blank" href="Working with Report/Exporting a Report to PDF.html">Exporting a Report to
PDF</a><br></li>
<li><a target="_blank" href="Working with Report/Saving the Rendered Report to a File.html">Saving the Rendered
Report to a File</a><br></li>
<li><a target="_blank"
href="Working with Report/Registering a JSON Data for the Report Template.html">Registering a JSON Data
for the Report Template</a><br></li>
<li><a target="_blank"
href="Working with Report/Registering an XML Data for the Report Template.html">Registering an XML Data
for the Report Template</a><br></li>
<li><a target="_blank" href="Working with Report/Showing a Report as PDF.html">Showing a Report as PDF</a><br>
</li>
<li><a target="_blank" href="Working with Report/Setting the Variable Value from Code.html">Setting the Variable
Value from Code</a><br></li>
<li><a target="_blank" href="Working with Report/Loading the Report.html">Loading the Report</a><br></li>
<li><a target="_blank" href="Working with Report/Supply Custom Headers for Json Database.html">Supply Custom
Headers for Json Database</a><br></li>
</ul>
<br>
<hr>
<h2>Working with Viewer</h2>
<ul>
<li><a target="_blank"
href="Working with Viewer/Showing the Viewer Immediately after Running an App.html">Showing the Viewer
Immediately after Running an App</a><br></li>
<li><a target="_blank" href="Working with Viewer/Showing the Report Viewer in a Required Position.html">Showing
the Report Viewer in a Required Position</a><br></li>
<li><a target="_blank" href="Working with Viewer/Using the Full-Screen Mode in the Viewer.html">Using the
Full-Screen Mode in the Viewer</a><br></li>
<li><a target="_blank" href="Working with Viewer/Assigning a Report to the Viewer.html">Assigning a Report to
the Viewer</a><br></li>
<li><a target="_blank" href="Working with Viewer/Changing the Viewer Theme.html">Changing the Viewer
Theme</a><br></li>
<li><a target="_blank" href="Working with Viewer/Customizing the Viewer.html">Customizing the Viewer</a><br>
</li>
<li><a target="_blank" href="Working with Viewer/Using Viewer Events.html">Using Viewer Events</a><br></li>
<li><a target="_blank" href="Working with Viewer/Printing the Table from Code.html">Printing the Table from
Code</a><br></li>
<li><a target="_blank" href="Working with Viewer/Showing the Viewer in iframe.html">Showing the Viewer in
iframe</a><br></li>
<li><a target="_blank" href="Working with Viewer/Merging Several Reports into One.html">Merging Several Reports
into One</a><br /></li>
</ul>
<br>
<hr>
<h2>Working with Designer</h2>
<ul>
<li><a target="_blank"
href="Working with Designer/Showing the Designer Immediately after Running an App.html">Showing the
Designer Immediately after Running an App</a><br></li>
<li><a target="_blank" href="Working with Designer/Showing the Designer in a Required Position.html">Showing the
Designer in a Required Position</a><br></li>
<li><a target="_blank" href="Working with Designer/Using the Full-Screen Mode in the Designer.html">Using the
Full-Screen Mode in the Designer</a><br></li>
<li><a target="_blank" href="Working with Designer/Editing a Report Template in the Designer.html">Editing a
Report Template in the Designer</a><br></li>
<li><a target="_blank" href="Working with Designer/Localization the Designer.html">Localization the
Designer</a><br></li>
<li><a target="_blank" href="Working with Designer/Changing the Designer Theme.html">Changing the Designer
Theme</a><br></li>
<li><a target="_blank" href="Working with Designer/Customizing the Designer.html">Customizing the
Designer</a><br></li>
<li><a target="_blank" href="Working with Designer/Using Designer Events.html">Using Designer Events</a><br>
</li>
<li><a target="_blank" href="Working with Designer/Using a Custom Data Adapter.html">Using a Custom Data
Adapter</a><br></li>
<li><a target="_blank" href="Working with Designer/Adding a Font to the Resource.html">Adding a Font to the
Resource</a><br></li>
<li><a target="_blank" href="Working with Designer/Showing the Designer in iframe.html">Showing the Designer in
iframe</a><br></li>
<li><a target="_blank" href="Working with Designer/Using CDNs for Script Loading.html">Using CDNs for Script
Loading</a><br></li>
</ul>
</body>
</html>