Is it possible to embed SSRS ReportViewer in VB6 program?
My team is looking for a manner to embed SSRS Report Viewer into a currently working VB6 program as the replacement of Crystal Report. Is it possible? if so, and how?
Many thank开发者_如何学运维s!
Not sure about that, but you can certainly use a different approach such as: Build a .NET WinForms program (exe) that uses the SSRS Report Viewer control and just call it with a VB6 Shell() + the parameter(s) of the report to run.
Not that I know of however another option would be to use a canned web browser control on a VB6 form and call the report using its URL
精彩评论