我想在.net c#中使用AxaptaContainerWrapper
對象。我不明白MSDN網站上的文檔(http://msdn.microsoft.com/en-us/library/cc519742%28v=ax.50%29.aspx)。AxaptaContainerWrapper類.net AX 2009
AxaptaContainerWrapper axCon;
string ret2 = "axCon";
axCon.Insert(1, ret2);
在VS 2008中我得到的未分配的局部變量axCon
爲什麼的錯誤使用?
我嘗試了我的錯誤類型「Microsoft.Dynamics.Framework.Reports.AxaptaWrapper」有沒有構造 – Lutador 2013-04-05 06:44:49
構造是不公開的。你有'AxaptaWrapper'類實例嗎?如果是的話,你可以使用'axaptaWrapper.CreateAxaptaObject()'方法http://msdn.microsoft.com/en-us/library/cc599500.aspx – 2013-04-05 07:04:07