AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 19.07.2012, 18:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,626 / 848 (80) +++++++
Регистрация: 28.10.2006
ax-erp: Get list of printers in Dynamics AX 2012 for SSRS reports [Using X++]
Источник: http://microsoft-dynamics-ax-erp.blo...namics-ax.html
==============


Friends,
Below code snippet will help to get the list of available printers in AX 2012.
staticvoid SR_AvailablePrinters_SSRS(Args _args)
{
Microsoft.Dynamics.AX.Framework.Reporting.Shared.PrinterHelper printerHelper;
System.Collections.ArrayList names;
System.Collections.IEnumerator enumerator;
str name;
// BP Deviation documented
printerHelper = new Microsoft.Dynamics.AX.Framework.Reporting.Shared.PrinterHelper();
names = printerHelper.get_PrinterNames();
if (names != null)
{
enumerator = names.GetEnumerator();
while (enumerator.MoveNext())
{
name = enumerator.get_Current();
info(name);
}
}
}

However, the code which we have learnt to get the list of printers in AX 5.0 will still give the same results in AX 2012.
Just wanted to show another way of getting the printers information in AX 2012 for SSRS printer destinations.


staticvoid SR_2009AXPrinters(Args _args)
{
PrintJobSettings pjs;
SysPrintOptions options = new SysPrintOptions();
int i;
str printerName;
;


pjs = new PrintJobSettings();
<div class="MsoNormal" style="background-color: #fafcff; color: #2a2a2a; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; padding: 0px; text-align: left;"><span style="font-family: Consolas;">for (i = 1<span style="color: black;"> ; i
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
ax-erp: Get underlying SQL query using getSQLStatement [Dynamics AX 2012] Blog bot DAX Blogs 0 19.07.2012 18:11
ax-erp: Report Data provider [RDP] as data source type in data set – SSRS reports [Dynamics ax 2012] Blog bot DAX Blogs 0 18.07.2012 12:11
dynamics-ax: PartnerSource: Get Ready for Microsoft Dynamics AX 2012 Blog bot DAX Blogs 5 27.06.2011 21:11
DynamicsAxSCM: Operational Sites in Microsoft Dynamics AX 2012 Blog bot DAX Blogs 0 25.05.2011 19:11
emeadaxsupport: List of fixes that improve performance of certain features in Dynamics AX 2009 Blog bot DAX Blogs 0 13.10.2009 19:06

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 18:39.