Difference between revisions of "Data Grid Export Service"

From Mea Wiki
Jump to navigation Jump to search
(307203)
(307203)
Line 14: Line 14:
 
# 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.
 
# Under '''Sites''', right-click '''Default Web Site''' and select '''Add Application...'''
 
# Under '''Sites''', right-click '''Default Web Site''' and select '''Add Application...'''
## Type in '''SyncfusionGridExport''' as the '''Alias'''.
+
## Type in "'''SyncfusionGridExport'''" as the '''Alias'''.
 
## Select the new created application pool from the Application Pool list.
 
## Select the new created application pool from the Application Pool list.
## Define the '''Physical path''' as '''C:\inetpub\wwwroot\SyncfusionGridExport'''.
+
## Define the '''Physical path''' as "'''C:\inetpub\wwwroot\SyncfusionGridExport'''".
  
 
After this, the export servers are available in the following URLs:
 
After this, the export servers are available in the following URLs:

Revision as of 11:43, 15 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

  1. Download the installation package.
  2. Unzip the installation package to a temporary folder.
  3. Create the folder C:/inetpub/wwwroot/SyncfusionGridExport.
  4. Copy the installation package contents from the temporary folder to the C:/inetpub/wwwroot/SyncfusionGridExport folder.
  5. Open Internet Information Service(IIS) manager.
  6. Select Application Pools > Add Application Pool..., and give the application pool a name.
  7. Under Sites, right-click Default Web Site and select Add Application...
    1. Type in "SyncfusionGridExport" as the Alias.
    2. Select the new created application pool from the Application Pool list.
    3. Define the Physical path as "C:\inetpub\wwwroot\SyncfusionGridExport".

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