jnm2 / DevExpressMods

Stopgap for DevExpress report functionality
MIT License
4 stars 3 forks source link

Create demo applications #8

Closed jnm2 closed 6 years ago

jnm2 commented 8 years ago

Probably the only barrier to entry for people is the lack of sample code.

https://github.com/jnm2/DevExpressMods#getting-started has instructions but nothing beats seeing it in action.

RascoApps commented 8 years ago

Could you create the Demo Application from the XAF XRM Demo? If you have DevExpress Universal, it can be found at: C:\Users\Public\Documents\DevExpress Demos 16.1\Components\eXpressApp Framework\XCRM\CS

Then just follow the article to get access to the Mdi Controller: How to: Customize the WinForms Report Designer Form

I basically followed this on our solution, but the context menu item did not show without throwing any exceptions. I traced through the code but it all seems correct.

jnm2 commented 8 years ago

Following up from our Gitter conversation. Yes, that is now complete at https://github.com/jnm2/DevExpressMods/blob/master/Samples/eXpressApp%20XCRM/Walkthrough.md.

jnm2 commented 6 years ago

With the appearance of expression bindings, my next goal is to deprecate this project. See #23.