如何解决这个问题
Report report = new Report();
report.Load(Server.MapPath("Personel_Timesheet.frx"));
report.RegisterData(dst);
report.GetDataSource("Find_SchaduleForUser").Enabled = true;
report.Show();
report.Dispose();
è¿è¡Œæ—¶ 出现 DragDrop registration did not succeed ä¸çŸ¥é“如何解决 谢谢 å„ä½
Comments
In web application, use WebReport component to display reports. Your code can be used in winforms app only because it displays the standard preview window (which is not allowed in web). You can read about WebReport component in the programmer's manual.