Показать сообщение отдельно
Старый 19.06.2008, 11:37   #51  
RumataEstor is offline
RumataEstor
очами вижу
 
84 / 19 (1) ++
Регистрация: 29.04.2008
Адрес: Москва
Цитата:
Сообщение от belugin Посмотреть сообщение
я бы попробовал через reflection http://msdn.microsoft.com/en-us/libr....getvalue.aspx
Точно. Можно так:
X++:
Microsoft.Dynamics.ReportingServices.CatalogItem            catalogItem;
//...
str path = catalogItem.GetType().GetField("Path").GetValue(catalogItem);