crystal report coding

D

dappy

<cr:CrystalReportViewer
id=CrystalReportViewer2
style="Z-INDEX: 101; LEFT: 200px; POSITION: absolute;
TOP: 184px"
runat="server"
Width="1030px" Height="1073px"
ReportSource='<%# "d:\Report\Report.rpt" %>'>
</cr:CrystalReportViewer>

is this correct what i have here? but when i run it the
aspx. the report didn't come out.
 
A

ashok.ponnusamy

i think the escape sequence charector may cause this.

try like this ReportSource='<%# "d:\\Report\\Report.rpt" %

i think it will work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top