Показать сообщение отдельно
Старый 23.06.2008, 11:04   #73  
RumataEstor is offline
RumataEstor
очами вижу
 
84 / 19 (1) ++
Регистрация: 29.04.2008
Адрес: Москва
А если создавать объекты типа System.Array? Не CLRInterop::Null, а именно
X++:
System.Array params = GetReportParameters("Zzz", "", false,
          new System.Array(), new System.Array());
Кстати, у класса System.Array есть статический метод
Код:
public static Array CreateInstance(Type elementType, int length);
Creates a one-dimensional Array of the specified Type and length, with zero-based indexing.
http://msdn.microsoft.com/en-us/library/zb3cfh7k.aspx

Думаю, в твоем случае, это выход.

Последний раз редактировалось RumataEstor; 23.06.2008 в 11:09.