Initial commit
This commit is contained in:
17
Reporting/rdlc.aspx
Normal file
17
Reporting/rdlc.aspx
Normal file
@@ -0,0 +1,17 @@
|
||||
<%@ Page Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="rdlc.aspx.cs" Inherits="QW2021C.Reporting.rdlc" %>
|
||||
<%@ Register assembly="CrystalDecisions.Web, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" tagprefix="CR" %>
|
||||
|
||||
<asp:Content ID="MainContent" ContentPlaceHolderID="MainContent" runat="Server">
|
||||
|
||||
<CR:CrystalReportViewer ID="CrystalReportViewer1"
|
||||
runat="server" AutoDataBind="True"
|
||||
Height="1039px"
|
||||
ReportSourceID="CrystalReportSource1"
|
||||
Width="901px" />
|
||||
<CR:CrystalReportSource ID="CrystalReportSource1"
|
||||
runat="server">
|
||||
<%-- <Report FileName="~/Reports/CrystalReport1.rpt">
|
||||
</Report>--%>
|
||||
</CR:CrystalReportSource>
|
||||
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user