Hi,
With the release of NAV 2009 R2 and his interop with .NET, i was asking myself if we could render some .NET controls directly in a page (for the role center for example)(using c# chart objects could be nice, or objects for image generation, or maybe forms, etc..).
I've made some tests, and nothing concluent by now...
Does someone got some informations?
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I've seen your addin before, and i've take a look at it some weeks ago..
It's a very good exemple, but the thing i don't like with addins, it's that we must manually intall them on all the clients.
I was thinking, now that we can use all the .net classes, directly in C/AL code, that maybe, with something like calling a Render() method, it was possible to render a .NET control directly from the .NET Classes..
Do you see what i mean? i've made some test but i find nothing for now...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
looks like you want to circumvent the missing the auto distribution feature by providing custom rendering through .Net / an image.
I cannot see how that would help. If you render the UI image with a client side .Net component, you need to distribute this. XAML file alone from the server is not really sufficient for an interactive control. And rendering of the UI server side would put a lot of stress on the server that does not belog there, and network latency is rather hindering in rendering situations too.
Have you tried the prototype for On-the fly distribution of client side components on Freddy's Blog?
http://blogs.msdn.com/b/freddyk/archive ... nents.aspx
Christian Abeln
Program Manager Microsoft
Dynamics NAV
blogs.msdn.com/cabeln/