|
14.03.2007, 12:25 | #1 |
Участник
|
Как установить высоту секции (RReportSectionControl) в отчете?
Задача: требуется модернизировать дизайн отчета Акт сверки.
Дизайн формируется автоматически. Сейчас уперся в то что не могу установить высоту секции (RLedgerSheetReport_ActAdjustCustVend.createReportFooter): X++: struct = RReportFormListControl::createStructTempate(#reportFooterTopMarning, iWidth, #fontSizeDefault); this.setHeight(struct, 400); mapRepFooterTempl.insert(#rfTxtReportFooterResumeColNum, struct); sectionRepFooterTxtResumeHeader = createSection(#rfTxtReportFooterResumeColNum); |
|
14.03.2007, 15:22 | #2 |
Участник
|
Цитата:
Сообщение от malex
X++: this.setHeight(struct, 400); |
|
14.03.2007, 17:42 | #3 |
Участник
|
|
|