About Fusion and Data Report from C#

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
franklt69
Posts: 8
Joined: Wed 10 Jun 2015 18:46

About Fusion and Data Report from C#

Post by franklt69 » Wed 10 Jun 2015 18:59

Hi I would like to know if there way execute a report from c# and setup the parameters, and export, using c# any info about it is welcome

regards
Frank

alexa

Re: About Fusion and Data Report from C#

Post by alexa » Fri 12 Jun 2015 11:11

You could be interested in the command line interface of another our product dbForge Studio for SQL Server https://www.devart.com/dbforge/sql/studio/download.html

You can automate generating data reports and send them by e-mail or FTP. Please refer to the following articles for details http://www.devart.com/dbforge/sql/studi ... ivery.html

Also, you can type the following in the command line switch for help:

Code: Select all

C:\Program Files\Devart\dbForge Studio for SQL Server>dbforgesql.com /datareport /?

Post Reply