Files
SISBusiness/SISBusiness.Web.Subcontractor/Controls/DashboardViewer.aspx
T
2018-03-27 17:27:28 +02:00

19 lines
791 B
Plaintext

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="DashboardViewer.aspx.vb" Inherits=".DashboardViewer" %>
<%@ Register assembly="DevExpress.Dashboard.v17.2.Web, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.DashboardWeb" tagprefix="dx" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<script src="../Scripts/jquery-1.7.2.min.js" type="text/javascript"></script>
<dx:ASPxDashboardViewer ID="ASPxDashboardViewer1" runat="server" FullscreenMode="True" RegisterJQuery="True" DashboardSource="~/Controls/MC_DASH_Test.xml" Height="100%" Width="100%">
</dx:ASPxDashboardViewer>
</form>
</body>
</html>