Difference between revisions of "Data Grid Export Service"
Jump to navigation
Jump to search
(307203) |
(307203) |
||
Line 1: | Line 1: | ||
WiP | WiP | ||
+ | [[Data_Grid_Properties|Data Grid]] contents can be exported to Microsoft Excel, Microsoft Word, or a PDF document. The exporting is done by a separate export server. | ||
+ | |||
+ | == Prerequisites == | ||
+ | The following prerequisites are needed for installing the data grid export server: | ||
+ | * .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/GridExport'''. | ||
+ | # Copy the installation package contents from the temporary folder to the C:/inetpub/wwwroot/GridExport 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. | ||
+ | |||
+ | |||
+ | [[Category: QPR UI]] |
Revision as of 12:01, 12 February 2018
WiP Data Grid contents can be exported to Microsoft Excel, Microsoft Word, or a PDF document. The exporting is done by a separate export server.
Prerequisites
The following prerequisites are needed for installing the data grid export server:
- .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/GridExport.
- Copy the installation package contents from the temporary folder to the C:/inetpub/wwwroot/GridExport 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.