|
1 | 1 | ---
|
2 |
| -title: Getting Started for PHP ReportViewer |
3 |
| -description: ReportViewer |
| 2 | +title: Getting Started with PHP ReportViewer Control | Syncfusion |
| 3 | +description: Learn here about getting started with Syncfusion Essential PHP ReportViewer Control, its elements, and more. |
4 | 4 | platform: PHP
|
5 | 5 | control: ReportViewer
|
6 | 6 | documentation: ug
|
7 | 7 | keywords: ReportViewer, ReportViewer widget, php ReportViewer
|
8 | 8 | ---
|
9 | 9 |
|
10 |
| -# Getting Started |
| 10 | +# Getting Started with PHP ReportViewer |
11 | 11 |
|
12 | 12 | To get start with the ReportViewer control by using PHP wrapper classes, any one of the following prerequisites need to be installed in your machine to deploy, and run those samples locally.
|
13 | 13 |
|
@@ -156,13 +156,13 @@ require_once '../EJ/AutoLoad.php';
|
156 | 156 |
|
157 | 157 | The above created sample is now ready to run. Therefore, open the **XAMPP control panel** and start the **Apache** module as shown in the below image:
|
158 | 158 |
|
159 |
| - |
| 159 | + |
160 | 160 |
|
161 | 161 | Now, the sample can be run directly on the browser through localhost with appropriate port numbers, on which the Apache server is currently listening. For example, if the Apache is configured to listen the port 8080, then type http://localhost:8080/ on the browser and press enter. Also, make sure that the sample folder is present within this location `C:\\xampp\\htdocs` as mentioned earlier.
|
162 | 162 |
|
163 | 163 | The following ReportViewer output will be shown on the browser, when you type http://localhost:8080/ReportViewerTutorial/index.php and press enter.
|
164 | 164 |
|
165 |
| - |
| 165 | + |
166 | 166 |
|
167 | 167 | ReportViewer with Grouping Aggregate Report
|
168 | 168 | {:.caption}.
|
@@ -205,13 +205,13 @@ require_once '../EJ/AutoLoad.php';
|
205 | 205 |
|
206 | 206 | The above created sample is now ready to run. Therefore, open the **XAMPP control panel** and start the **Apache** module as shown in the below image:
|
207 | 207 |
|
208 |
| - |
| 208 | + |
209 | 209 |
|
210 | 210 | Now, the sample can be run directly on the browser through localhost with appropriate port numbers, on which the Apache server is currently listening. For example, if the Apache is configured to listen the port 8080, then type http://localhost:8080/ on the browser and press enter. Also, make sure that the sample folder is present within this location `C:\\xampp\\htdocs` as mentioned earlier.
|
211 | 211 |
|
212 | 212 | The following ReportViewer output will be shown on the browser, when you type http://localhost:8080/ReportViewerTutorial/index.php and press enter.
|
213 | 213 |
|
214 |
| - |
| 214 | + |
215 | 215 |
|
216 | 216 | Report from SSRS
|
217 | 217 | {:.caption}
|
@@ -280,13 +280,13 @@ N> Default RDLC report will be rendered, which is used in the online service.
|
280 | 280 |
|
281 | 281 | The above created sample is now ready to run. Therefore, open the **XAMPP control panel** and start the **Apache** module as shown in the below image:
|
282 | 282 |
|
283 |
| - |
| 283 | + |
284 | 284 |
|
285 | 285 | Now, the sample can be run directly on the browser through localhost with appropriate port numbers, on which the Apache server is currently listening. For example, if the Apache is configured to listen on the port 8080, then type http://localhost:8080/ on the browser and press enter. Also, make sure that the sample folder is present within this location `C:\\xampp\\htdocs` as mentioned earlier.
|
286 | 286 |
|
287 | 287 | The following ReportViewer output will be shown on the browser, when you type http://localhost:8080/ReportViewerTutorial/index.php and press enter.
|
288 | 288 |
|
289 |
| - |
| 289 | + |
290 | 290 |
|
291 | 291 | Area chart RDLC report
|
292 | 292 | {:.caption}
|
|
0 commit comments