SQL Reporting Services 2005 vs WPF Fixed Document Control -
I have used WPF in my project and am following MVVM pattern. So I have a report module in my project and the reports are just plain reports. I would like to know that I should use the SQL Reporting Service 2005 to create a report and then use the Report Viewer as a customer or I should use the WPF Fixed document control-document should go to the viewer.
Can anyone tell me that it would be easy to integrate with my project.
Please answer
thanksgiving
WPF document (Fixed or Flow)
Professionals:
- Easy to integrate
- More control over output
Cons:
- Of course
SQL reporting service < / H2>
Lots of programs for a multi-page report
- Mature tools
- Built-in graphics, group, total, page header, built-in graphics
- Not native, use an embedded window form control
- Reporting service runtime must be deployed separately (not good for clicks
- Hard to integrate into your business object
Comments
Post a Comment