George_91 0 Newbie Poster

I'm trying to display a Report with Crystal Report Viewer, in the Design looks fine, but it doesn't seem to load when I enter the website...

        <form id="form1" runat="server">      
                <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" 
                AutoDataBind="True" GroupTreeImagesFolderUrl="" Height="1202px"
                ReportSourceID="CrystalReportSource1" ToolbarImagesFolderUrl="" 
                ToolPanelWidth="200px" Width="1104px" />

            <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
                <Report FileName="ReporteReciboFecha.rpt">
                </Report>
            </CR:CrystalReportSource>
        </form>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.