Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Exporting using UltraGridExcelExporter
posted

Hi,

 I have created a form and placed a UltraWinGrid and UltraGridExcelExporter on it.  In order to meet my needs I have initialized the form so I could place it in a panel as a control .  Everthing works great,  the grid funtions fine in the panel on the form.

Now I want to execute the UltraGridExcelExporter from the form that hosts the panel from a menu on a UltraToolBarManger. Is this possible?  I tried to call the UltrGridExcelExporter using the controls class of the panel;

Me.Panel.FormThatIsAControl.Controls.UltraToolBarManger1.Export()

This didn't work. 

Thanks

Adam

Parents Reply Children