![]() |
#1 |
Участник
|
![]()
Здравствуйте.
Есть Report (Report1), DataSource у Report1 представление View (View1), у View1 DataSorceView1 Перед формированием отчёта нужно задать условие (Range) у DataSorceView1 на поле с датами в диапазоне дат. отчет вызывается вот так public void run() { Args args = new Args(); ReportRun reportRun; ; args.name(reportStr(Report1)); args.caller(this); reportRun = ClassFactory.reportRunClass(args); reportRun.init(); reportRun.run(); //super(); } |
|
|
|