⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 applicationdataset.aspx

📁 基于sqlserver2k,reporting service的扩展(auth,render,deliver==)应用(mssql,RS,AS,BI)
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="ApplicationDataset.aspx.cs" AutoEventWireup="false" Inherits="AWC.Reporter.Web.Server.ApplicationDataset" %>
<%@ Register TagPrefix="cc1" Namespace="AWC.Reporter.Web.AwReportViewer" Assembly="AWC.Reporter.Web.AwReportViewer" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Application Dataset Demo</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<STYLE type="text/css">A:link { COLOR: blue; TEXT-DECORATION: none }
	A:active { COLOR: red; TEXT-DECORATION: none }
	A:visited { COLOR: blue; TEXT-DECORATION: none }
		</STYLE>
	</HEAD>
	<body MS_POSITIONING="FlowLayout">
		<form id="Form1" method="post" runat="server">
			<P><FONT face="Verdana" size="1">To run this sample:</FONT></P>
			<P><FONT face="Verdana" size="1">1. Deploy the Salesperson Summary.rdl report to the 
					server.<BR>
					2. Deploy the custom dataset data extension, as explained in the Chapter 15.<BR>
					3. Verify the connection string to the Adventure Works 2000 database in 
					web.config</FONT></P>
			<P><asp:linkbutton id="lnkRun" runat="server">Run Dataset Report</asp:linkbutton></P>
			<P><cc1:awreportviewer id="reportViewer" runat="server" Visible="False" StreamRoot="http://192.168.1.204/AWReporterWeb/ImageHandler.aspx?ID="
					ServerSide="True" Height="384px" Width="720px" ReportPath="/AWReporter/Salesperson Summary" ServerUrl="http://192.168.1.204/reportserver/reportservice.asmx"
					Zoom="100%" ImageDownloadPath="temp"></cc1:awreportviewer></P>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -