I\'m working on a new presentation component for one of our applications.I am building a Custom WPF Control that just has a DocumentViewer in it and hosting that CC in a Windows Forms application with
I have a sub-class of DelegateCommand which fails with an InvalidProgramException, \"The Command Language Runtime detected an invalid program.\" when I call Execute.
My XAML code is like this: <Window xmlns=\'http://schemas.microsoft.com/netfx/2007/xaml/presentation\'
It\'s a well-known bug that Visual Studio shows an error when you try to construct a FixedDocument in XAML. For example, the following snippet
I am using WPF and the DocumentViewer to display a document. However, when I use DocumentViewerBase.Print, it gives the \"standard\" Windows dialog box asking me to choose a printer with the default a
I\'m looking for a reporting/printing solution that does not involve RDLC/SSRS. I\'d like to use the DocumentViewer, which I know supports XPS. I have found plenty of examples that use Visual to X开发
I have an extensive WPF application and I now want to incorporate some reports. I understand how to create the reports with RDLC but what about viewing them? Ideally, I\'d like to use the DocumentView
Closed. This question is off-topic. It is not开发者_如何学Go currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
At the moment I have a DocumentViewer in a WPF window that displays an XPS file. I have created my own \"Next Page\" and \"Previous Page\" buttons and have set the DocumentViewer.Background property t