Показать сообщение отдельно
Старый 10.08.2004, 12:57   #3  
Ned is offline
Ned
Lean Six Sigma
 
680 / 99 (5) ++++
Регистрация: 29.12.2002
Адрес: самолёт
crApplication = new COM('CRAXDDRT.Application');
crReport =new COM('CRAXDDRT.Report');

strReportPath = "C:\Development\C1\Resources\Report1.rpt";
crReport = crApplication.OpenReport(strReportPath, 1);
CRViewer.ReportSource(crReport);
CRViewer.ViewReport()

что-то в этом роде пойдёт?