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
115
advice for mvvm reports
posted

i am stuck at the moment. i have to develop an interactive wpf page. that is, the page has the usual controls like labels and textboxes. the user can enter data into the textboxes and click on a button to save the data. when the button is clicked, the wpf form must be printed.

i want to use Infragistics' report viewer to build the screen. but how do i go about this in a mvvm way?

to load the data onto the screen would be fine, as i have done this before. and saving is no problem. but now i'm going to use the report control. and i am stuck as to how i can use it.

or can i take the existing wpf form and load that into the reporter, with the ability to export it in pdf or print? 

Parents Reply Children