📄 reportviewerdemo.aspx
字号:
<%@ Page language="c#" Codebehind="ReportViewerDemo.aspx.cs" AutoEventWireup="false" Inherits="AWC.Reporter.Web.ReportViewerDemo" %>
<%@ Register TagPrefix="cc1" Namespace="Microsoft.Samples.ReportingServices" Assembly="ReportViewer" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ReportViewer</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="FlowLayout">
<form id="Form1" method="post" runat="server">
<h1><FONT color="#000099">Report Viewer Demo</FONT></h1>
<table id="tblWriteBack" style="BORDER-RIGHT: tan 1px solid; BORDER-TOP: tan 1px solid; FONT-SIZE: 8pt; BORDER-LEFT: tan 1px solid; BORDER-BOTTOM: tan 1px solid; FONT-FAMILY: Verdana; BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: white"
borderColor="tan" cellSpacing="0" cellPadding="2" width="800" border="1">
<tr style="FONT-WEIGHT: bold; COLOR: darkslateblue; BACKGROUND-COLOR: beige">
<td style="HEIGHT: 12px" colSpan="2">Choose Report</td>
</tr>
<tr style="COLOR: darkslateblue; BACKGROUND-COLOR: beige">
<td style="WIDTH: 80px; HEIGHT: 23px" noWrap>Reports:</td>
<td style="HEIGHT: 23px" noWrap><asp:dropdownlist id="drpReports" runat="server"></asp:dropdownlist></td>
</tr>
<tr style="COLOR: darkslateblue; BACKGROUND-COLOR: beige">
<td style="WIDTH: 80px; HEIGHT: 28px" noWrap>Export Format:</td>
<td noWrap><asp:dropdownlist id="drpExport" runat="server"></asp:dropdownlist></td>
</tr>
<tr style="FONT-WEIGHT: bold; COLOR: darkslateblue">
<td style="HEIGHT: 12px" colSpan="2">
<asp:LinkButton id="lnkRun" runat="server">Run Report</asp:LinkButton></td>
</tr>
</table>
<p></p>
<cc1:ReportViewer id="reportViewer" runat="server" ServerUrl="http://192.168.1.204/reportserver" ReportPath=""
Width="800" Height="100%" Parameters="True" Format="HTML4.0" Toolbar="True"></cc1:ReportViewer>
</form>
<H1></H1>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -