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

📄 benefit.aspx

📁 it is advanced c# 2008 Report application using Reportviewer.
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Benefit.aspx.cs" Inherits="Benefit" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>ReportViewer</title>
</head>
<body>
    <form id="form1" runat="server">
    
    <div>
    <div>
        <asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/Benefit.aspx">Report 
        Viewer Benefits</asp:LinkButton>
&nbsp;<asp:LinkButton ID="LinkButton4" runat="server" PostBackUrl="~/Default.aspx">Table 
        &amp; Sort</asp:LinkButton>
&nbsp;<asp:LinkButton ID="LinkButton2" runat="server" PostBackUrl="~/frmGroup.aspx">Grouping</asp:LinkButton>
&nbsp;&nbsp;<asp:LinkButton ID="LinkButton3" runat="server" PostBackUrl="~/Matrix.aspx">Matrix</asp:LinkButton>
    &nbsp; <asp:LinkButton ID="LinkButton5" runat="server" PostBackUrl="~/frmChart.aspx">Chart</asp:LinkButton>
    </div>
        <br />
        <table>
            <tr>
                <td valign="top">
                    <h1>
                        ReportViewer Control in Visual Studio 2008</h1>
                    <h3>
                        Introduction</h3>
                    <p>
                        ReportViewer is a freely redistributable control that enables embedding reports 
                        in applications developed using the .NET Framework.
                    </p>
                    <p>
                        Reports are designed with drag-and-drop simplicity using Report Designer.</p>
                    <p>
                        The ReportViewer control offers the following benefits:</p>
                    <ul>
                        <li>Processes data efficiently. The reporting engine built into ReportViewer can 
                            perform operations such as filtering, sorting, grouping and aggregation.                         </li>
                        <li>Supports a variety of ways in which to present data. You can present data as 
                            lists, tables, charts and matrices (also known as crosstabs.) </li>
                        <li>Adds visual appeal. You can specify fonts, colors, border styles, background 
                            images etc to make your report visually appealing. </li>
                        <li>Enables interactivity in reports. You can have collapsible sections, document 
                            map, bookmarks, interactive sorting etc in your report. </li>
                        <li>Supports conditional formatting. You can embed expressions in the report to 
                            change display style dynamically based on data values. </li>
                        <li>Supports printing and print preview. </li>
                        <li>SSupports export to Excel and PDF. </li>
                    </ul>
                    <b>
                    <p>
                        There is a WinForms and a WebForms version of the control.
                    </p>
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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