返回51aspx首页
首页->新知实践->水晶报表(CrystalReports)实例源码大全(C#)>>CS_Web_CRVObjMod_CustomizeViewer/CS_Web_CRVObjMod_CustomizeViewer/Default.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:水晶报表(CrystalReports)实例源码大全(C#)
当前文件:文件类型 CrystalReports/CS_Web_CRVObjMod_CustomizeViewer/CS_Web_CRVObjMod_CustomizeViewer/Default.aspx[8K,2009-6-12 11:37:56]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 2 3<%@ Register Assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" 4 Namespace="CrystalDecisions.Web" TagPrefix="CR" %> 5 6<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 7 8<html xmlns="http://www.w3.org/1999/xhtml" > 9<head runat="server"> 10 <title>Untitled Page</title> 11 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 12 rel="stylesheet" type="text/css" /> 13 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 14 rel="stylesheet" type="text/css" /> 15 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 16 rel="stylesheet" type="text/css" /> 17 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 18 rel="stylesheet" type="text/css" /> 19 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 20 rel="stylesheet" type="text/css" /> 21 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 22 rel="stylesheet" type="text/css" /> 23 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 24 rel="stylesheet" type="text/css" /> 25 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 26 rel="stylesheet" type="text/css" /> 27 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 28 rel="stylesheet" type="text/css" /> 29 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 30 rel="stylesheet" type="text/css" /> 31 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 32 rel="stylesheet" type="text/css" /> 33 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 34 rel="stylesheet" type="text/css" /> 35 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 36 rel="stylesheet" type="text/css" /> 37 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 38 rel="stylesheet" type="text/css" /> 39 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 40 rel="stylesheet" type="text/css" /> 41 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 42 rel="stylesheet" type="text/css" /> 43 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 44 rel="stylesheet" type="text/css" /> 45 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 46 rel="stylesheet" type="text/css" /> 47 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 48 rel="stylesheet" type="text/css" /> 49 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 50 rel="stylesheet" type="text/css" /> 51 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 52 rel="stylesheet" type="text/css" /> 53 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 54 rel="stylesheet" type="text/css" /> 55 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 56 rel="stylesheet" type="text/css" /> 57 <link href="/aspnet_client/System_Web/2_0_50701/CrystalReportWebFormViewer3/css/default.css" 58 rel="stylesheet" type="text/css" /> 59</head> 60<body> 61 <form id="form1" runat="server"> 62 <div> 63 <table style="width: 100%"> 64 <tr> 65 <td nowrap="nowrap" style="width: 100px" valign="top"> 66 <asp:Label ID="Label1" runat="server" Text="Select report elements to display"></asp:Label></td> 67 <td nowrap="nowrap" style="width: 100px" valign="top"> 68 <asp:ListBox ID="listCRVReport" runat="server" SelectionMode="Multiple"></asp:ListBox></td> 69 <td nowrap="nowrap" style="width: 100px" valign="top"> 70 <asp:Label ID="Label2" runat="server" Text="Select toolbar elements to display"></asp:Label></td> 71 <td nowrap="nowrap" style="width: 100px" valign="top"> 72 <asp:ListBox ID="listCRVToolbar" runat="server" SelectionMode="Multiple"></asp:ListBox></td> 73 </tr> 74 <tr> 75 <td nowrap="nowrap" style="width: 100px" valign="top"> 76 <asp:Label ID="Label3" runat="server" Text="Select background color"></asp:Label></td> 77 <td nowrap="nowrap" style="width: 100px" valign="top"> 78 <asp:DropDownList ID="selectBackColor" runat="server"> 79 </asp:DropDownList></td> 80 <td nowrap="nowrap" style="width: 100px" valign="top"> 81 </td> 82 <td nowrap="nowrap" style="width: 100px" valign="top"> 83 </td> 84 </tr> 85 <tr> 86 <td nowrap="nowrap" style="width: 100px" valign="top"> 87 <asp:Button ID="redisplay" runat="server" OnClick="redisplay_Click" Text="Redisplay Report" /></td> 88 <td nowrap="nowrap" style="width: 100px" valign="top"> 89 </td> 90 <td nowrap="nowrap" style="width: 100px" valign="top"> 91 </td> 92 <td nowrap="nowrap" style="width: 100px" valign="top"> 93 </td> 94 </tr> 95 <tr> 96 <td nowrap="nowrap" style="width: 100px" valign="top"> 97 <asp:TextBox ID="pageNumber" runat="server"></asp:TextBox></td> 98 <td nowrap="nowrap" style="width: 100px" valign="top"> 99 <asp:Button ID="goToPage" runat="server" OnClick="goToPage_Click" Text="Go to Page" /></td> 100 <td nowrap="nowrap" style="width: 100px" valign="top"> 101 <asp:TextBox ID="zoomFactor" runat="server"></asp:TextBox></td> 102 <td nowrap="nowrap" style="width: 100px" valign="top"> 103 <asp:Button ID="updateZoomFactor" runat="server" OnClick="updateZoomFactor_Click" 104 Text="% Zoom" /></td> 105 </tr> 106 <tr> 107 <td nowrap="nowrap" style="width: 100px" valign="top"> 108 <asp:TextBox ID="searchText" runat="server"></asp:TextBox></td> 109 <td nowrap="nowrap" style="width: 100px" valign="top"> 110 <asp:Button ID="search" runat="server" OnClick="search_Click" Text="Search For Text" /></td> 111 <td nowrap="nowrap" style="width: 100px" valign="top"> 112 <asp:Label ID="message" runat="server" ForeColor="Red"></asp:Label></td> 113 <td nowrap="nowrap" style="width: 100px" valign="top"> 114 </td> 115 </tr> 116 <tr> 117 <td nowrap="nowrap" style="width: 100px" valign="top"> 118 <asp:Label ID="Label4" runat="server" Text="Border Width"></asp:Label> 119 <asp:TextBox ID="borderWidth" runat="server"></asp:TextBox></td> 120 <td nowrap="nowrap" style="width: 100px" valign="top"> 121 <asp:Label ID="Label5" runat="server" Text="Border Style"></asp:Label> 122 <asp:DropDownList ID="selectBorderStyle" runat="server"> 123 </asp:DropDownList></td> 124 <td nowrap="nowrap" style="width: 100px" valign="top"> 125 <asp:Label ID="Label6" runat="server" Text="Border Color"></asp:Label> 126 <asp:DropDownList ID="selectBorderColor" runat="server"> 127 </asp:DropDownList></td> 128 <td nowrap="nowrap" style="width: 100px" valign="top"> 129 <asp:Button ID="drawBorder" runat="server" OnClick="drawBorder_Click" Text="Draw Border" /></td> 130 </tr> 131 </table> 132 <br /> 133 <CR:CrystalReportViewer ID="crystalReportViewer" runat="server" AutoDataBind="true" /> 134 135 </div> 136 </form> 137</body> 138</html> 139
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:水晶报表(CrystalReports)实例源码大全(C#)
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146