Crystal Report Compilation Error
Hi!
I followed a Walkthrough in accessing Crystal reports
using ASP.NET but i always get the compilation error whenever I ran the webform :
BC30389: 'C' is not accessible in this context because it is 'Private'.
body MS_POSITIONING="GridLayout">
Line 13: <form id="Form1" method="post" runat="server">
Line 14: <cr:crystalreportviewer id=CrystalReportViewer1 style="Z-INDEX: 101; LEFT: 40px; POSITION: absolute; TOP: 56px" runat="server" Width="1050px" Height="1088px" ReportSource="<%# c:\inetpub\wwwroot\CRMS_User\CrystalReport1.rpt %>">
Line 15: </cr:crystalreportviewer></form>
Line 16: </body>
Thanks.
Ricky
:)
|