spuljko
/
Reporting_how-to-deploy-a-custom-report-template-gallery-for-an-end-user-designer-e4123
Public
forked from DevExpress-Examples/out-of-maintenance-Reporting_how-to-deploy-a-custom-report-template-gallery-for-an-end-user-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config
17 lines (17 loc) · 750 Bytes
/
app.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="devExpress" type="System.Configuration.ConfigurationSectionGroup, System.Configuration,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<section name="xtraReports" type="DevExpress.XtraReports.Configuration.XtraReportsConfigurationSection,
DevExpress.XtraReports.v13.1.Extensions, Version=13.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
</sectionGroup>
</configSections>
<devExpress>
<xtraReports>
<reportGallery>
<directory path="..\..\Templates" />
</reportGallery>
</xtraReports>
</devExpress>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /></startup></configuration>