9 Star 6 Fork 3

葡萄城/dataprocess

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Report.aspx 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
葡萄城控件 提交于 2014-12-22 13:54 . InitCode
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
CodeBehind="Report.aspx.cs" Inherits="ControlExplorer.Report" %>
<%@ Register Assembly="GrapeCity.ActiveReports.Web.v9"
Namespace="GrapeCity.ActiveReports.Web" TagPrefix="ActiveReportsWeb" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="HeaderTitle" runat="server">
报表数据
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
<div class="options">
<asp:Button ID="btnList" runat="server" Text="原始数据" UseSubmitBehavior="false" CssClass="options_button"
OnClick="btnList_Click" />
<asp:Button ID="btnListByDepart" runat="server" Text="数据查询" UseSubmitBehavior="false"
CssClass="options_button" onclick="btnListByDepart_Click" />
</div>
<ActiveReportsWeb:WebViewer ID="WebViewer1" runat="server" Height="620px" Width="1020px"
ReportName="file: Reports\List.rdlx">
<HtmlExportOptions IncludePageMargins="True" />
<FlashViewerOptions MultiPageViewColumns="1" MultiPageViewRows="1">
</FlashViewerOptions>
</ActiveReportsWeb:WebViewer>
</asp:Content>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/GrapeCity/dataprocess.git
git@gitee.com:GrapeCity/dataprocess.git
GrapeCity
dataprocess
dataprocess
master

搜索帮助