26 lines
964 B
Plaintext
26 lines
964 B
Plaintext
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PrintAppProfileExtension.aspx.cs" Inherits="OSS.PrintAppProfileExtension" %>
|
||
|
|
<%@ Register assembly="DevExpress.XtraReports.v20.1.Web.WebForms, Version=20.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraReports.Web" tagprefix="dx" %>
|
||
|
|
|
||
|
|
<!DOCTYPE html>
|
||
|
|
|
||
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
<head runat="server">
|
||
|
|
<title></title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<form id="form1" runat="server">
|
||
|
|
<div>
|
||
|
|
|
||
|
|
<br />
|
||
|
|
<br />
|
||
|
|
<dx:aspxdocumentviewer ID="PreviewExtensionApp" runat="server" Height="1100px" ReportTypeName="ExtensionProfile" Theme="MetropolisBlue" Width="100%" style="margin-top: 20px">
|
||
|
|
<settingsreportviewer enablerequestparameters="False" />
|
||
|
|
<settingssplitter sidepanevisible="False" />
|
||
|
|
</dx:aspxdocumentviewer>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</form>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|