Skip to content

1005 WPF Viewer

majorsilence edited this page Mar 11, 2012 · 6 revisions

First add DataProviders.dll, RdlCri.dll, RdlEngine.dll, RdlViewer.dll, and LibRdlWpfViewer.dll as references to your project. Next make sure RdlEngineConfig.xml is part of your project. Set build action to "None" and Copy to output directory to "Copy if newer". Make sure that in RdlEngineConfig.xml that the data provider you are using has the correct CodeModule path.

If you are using something other then microsoft sql as a database you may need to enter a path to the assemblies. For example if you are using sqlite make sure that the path to the System.Data.Sqlite.dll is set. If System.Data.Sqlite.dll is going to be in the same directory as your application you are fine.

Clone this wiki locally