Hi,
I have a requirement where I need to open up an access report on the click of a button which resides in a dotnet windows application.

This is a dynamic report with grouping. and the report has 2 buttons. Export and Print. Onclick of the export button I need to export the report data to XML.
On click of the Print button I need to print the report using the default printer set.

Can anyone pls guide me...