|  29.04.2004, 12:19 | #1 | 
| Участник | Page numbers in report 
			
			How can i get total page amount generated in report inside X++ code? The option when I create Integer field and assign pagesTotal() method to it doesn't satisfy me, because for example i need display amount of pages in words on the first page of the report. | 
|  | 
|  29.04.2004, 12:54 | #2 | 
| Участник | 
			
			Никак, Aксапта не знает на начало формирования отчета, сколько страниц будет создано. Mожно попробовать это сделать самостоятельно - оценив количество строк выводящихся в отчет. No way, Axapta does not know by the beginning of formation of report, how many pages will be created. It is possible to try it to make independently - having evaluated quantity of lines sending to report | 
|  | 
|  04.06.2004, 10:00 | #3 | 
| Участник | 
			
			В ReportDesign есть свойство ReportTemplate, Если этот самый ReportTemplate сделать похожим на тот, который присоединён, то в отчете на каждой странице будет выводиться что-то типа  "стр 1 из 23 " Вам это было нужно? | 
|  |