You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
898 B
17 lines
898 B
<%@ 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> |