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
Post a Comment