Показать сообщение отдельно
Старый 05.10.2012, 17:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
axaptacorner: How to Enable or disable any report Section (header, Footer, Page Header, Page Footer etc.) by X++ in Ax 2009
Источник: http://axaptacorner.blogspot.com/201...ny-report.html
==============

As we know in report Section (header, Footer, Page Header, Page Footer etc) property does not exist visible node so we can do that from following code by writing this in fetch method according to the logic
reportSection = this.design().sectionName('PageFooter');
this.enablePageFooter(); // this is used to enable page footer
this.disableSection(PageFooter);// used for Report section
this.enableSection(reportSection);




Источник: http://axaptacorner.blogspot.com/201...ny-report.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.