crystal report coding

  • Thread starter Thread starter dappy
  • Start date Start date
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.
 
i think the escape sequence charector may cause this.

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

i think it will work
 
Back
Top