-
Notifications
You must be signed in to change notification settings - Fork 0
/
SSRS_Viewer.dnn
80 lines (78 loc) · 2.94 KB
/
SSRS_Viewer.dnn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<dotnetnuke type="Package" version="5.0">
<packages><package name="GIBS.SSRS_Viewer" type="Module" version="1.0.3">
<friendlyName>GIBS - SSRS Viewer</friendlyName>
<description>GIBS - SSRS Viewer</description>
<iconFile />
<owner>
<name>Joseph M Aucoin</name>
<organization>Global Internet Business Solutions</organization>
<url>www.gibs.com</url>
<email>[email protected]</email>
</owner>
<license>The license for this package is not currently included within the installation file, please check with the vendor for full license details.</license>
<releaseNotes>This package has no Release Notes</releaseNotes>
<components>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/GIBS/SSRS_Viewer</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="Module">
<desktopModule>
<moduleName>GIBS.SSRS_Viewer</moduleName>
<foldername>GIBS/SSRS_Viewer</foldername>
<businessControllerClass />
<supportedFeatures />
<moduleDefinitions>
<moduleDefinition>
<friendlyName>GIBS - SSRS Viewer</friendlyName>
<definitionName>GIBS - SSRS Viewer</definitionName>
<defaultCacheTime>0</defaultCacheTime>
<moduleControls>
<moduleControl>
<controlKey />
<controlSrc>DesktopModules/GIBS/SSRS_Viewer/ViewSSRS_Viewer.ascx</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlTitle />
<controlType>View</controlType>
<iconFile />
<helpUrl />
<supportsPopUps>False</supportsPopUps>
<viewOrder>0</viewOrder>
</moduleControl>
<moduleControl>
<controlKey>Settings</controlKey>
<controlSrc>desktopmodules/gibs/ssrs_viewer/Settings.ascx</controlSrc>
<supportsPartialRendering>False</supportsPartialRendering>
<controlTitle>Module Settings</controlTitle>
<controlType>Edit</controlType>
<iconFile />
<helpUrl />
<supportsPopUps>False</supportsPopUps>
<viewOrder>0</viewOrder>
</moduleControl>
</moduleControls>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
</component>
<component type="Assembly">
<assemblies>
<basePath>bin</basePath>
<assembly>
<name>GIBS.Modules.SSRS_Viewer.dll</name>
</assembly>
<assembly>
<name>Microsoft.ReportViewer.Common.dll</name>
</assembly>
<assembly>
<name>Microsoft.ReportViewer.WebForms.dll</name>
</assembly>
</assemblies>
</component>
</components>
</package></packages>
</dotnetnuke>