Показать сообщение отдельно
Старый 19.05.2003, 12:31   #2  
LCh is offline
LCh
Участник
 
104 / 10 (1) +
Регистрация: 13.11.2002
Адрес: Санкт-Петербург
Lightbulb Решение
public void executeSection()
{
ReportControl rc = this.controlName("itemName");
int height = rc.heightOfWordWrappedString100mm(InventTable.ItemName())
;

super();
rc.height100mmInclBorder(height);
}

Проблема была в том, что rc.height100mmInclBorder(height) вызывался до super().