Difference between revisions of "Data Grid Export Service"
Jump to navigation
Jump to search
(307203) |
|||
Line 9: | Line 9: | ||
# Download the installation package. | # Download the installation package. | ||
# Unzip the installation package to a temporary folder. | # Unzip the installation package to a temporary folder. | ||
− | # Create the folder '''C:/inetpub/wwwroot/ | + | # Create the folder '''C:/inetpub/wwwroot/SyncfusionGridExport'''. |
− | # Copy the installation package contents from the temporary folder to the C:/inetpub/wwwroot/ | + | # Copy the installation package contents from the temporary folder to the C:/inetpub/wwwroot/SyncfusionGridExport folder. |
# Open Internet Information Service(IIS) manager. | # Open Internet Information Service(IIS) manager. | ||
# Select '''Application Pools''' > '''Add Application Pool...''', and give the application pool a name. | # Select '''Application Pools''' > '''Add Application Pool...''', and give the application pool a name. | ||
Line 18: | Line 18: | ||
After this, the export servers are available in the following URLs: | After this, the export servers are available in the following URLs: | ||
− | * Excel: http://<YourHostname>/ | + | * Excel: http://<YourHostname>/SyncfusionGridExport/excelExport |
− | * Word: http://<YourHostname>/ | + | * Word: http://<YourHostname>/SyncfusionGridExport/wordExport |
− | * PDF: http://<YourHostname>/ | + | * PDF: http://<YourHostname>/SyncfusionGridExport/pdfExport |
[[Category: QPR UI]] | [[Category: QPR UI]] |
Revision as of 12:41, 13 February 2018
Data Grid contents can be exported to Microsoft Excel, Microsoft Word, or a PDF document. The exporting is done by a separate export web service add-on.
Prerequisites
The following prerequisites are needed for installing the data grid export web service:
- .NET Framework 4.6.1 or later.
- Microsoft Internet Information Services.
Installing
- Download the installation package.
- Unzip the installation package to a temporary folder.
- Create the folder C:/inetpub/wwwroot/SyncfusionGridExport.
- Copy the installation package contents from the temporary folder to the C:/inetpub/wwwroot/SyncfusionGridExport folder.
- Open Internet Information Service(IIS) manager.
- Select Application Pools > Add Application Pool..., and give the application pool a name.
- Under Sites, right-click Default Web Site and select Add Application...
- Select the new created application pool from the Application Pool list.
- Select the physical path where install package is unzipped to.
After this, the export servers are available in the following URLs:
- Excel: http://<YourHostname>/SyncfusionGridExport/excelExport
- Word: http://<YourHostname>/SyncfusionGridExport/wordExport
- PDF: http://<YourHostname>/SyncfusionGridExport/pdfExport