c# - design report using visual studio 2013 report designer - how to begin? -


years ago designed corporate tool consisting of sql server 2008 database backend , ms access 2007 project file frontend.

now build wpf / c# application using visual studio 2013 replace ms access 2007.

one of task redesign existing ms access reports (nothing special - logos, images, title, subreports etc). not understand how using report designer.

could please suggest me article / text / link / walkthrough beginner start , design report equivalent ms access 1 ?

thank in advance !

av

this great aticle begin with, msdn fantastic resource:

https://msdn.microsoft.com/en-us/library/bb649551.aspx

failing that, video should put on way trying achieve:

https://www.youtube.com/watch?v=i5uyqhj8jl4


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -