c# - Trigger an SSRS Report from ASP.Net without user intervention -


i'd able fire off ssrs report asp.net application without pulling in application , having print there specified printer. seems highly desired feature, i'm having trouble finding solutions online. can me this?

from web application standpoint, in modern prowsers, don't believe can specify printer, , cannot "auto-start" printing. reporting services used have ability print unattended ms browser plugin, removed number of years ago it's considered security risk.

the best can "one-click" print, programmatically render report using report execution service reportservice.asmx web service , initiate programmatic solution print rendered report.

unfortunately, printing ssrs report automatically quite involved. can read how print reports programmatically here.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -