report - SSRS Print Counter -
i'm quite new ssrs , i've completed report asked do, working intended client asked me indicated how time report has been printed in current form, in header of said report.
so report has 2 parameters: beginning date , ending date.
let's client brings report 05-05-2005 06-06-2006 period , prints indicate "report name (print #1)" in header/title. , if decides come week later , print same exact report indicate "report name (print #2)".
is there anyways this? far researches leads me believe it's not possible.
thanks in advance leads/solutions !
you'd have write custom print delivery extension record "print" in database somewhere. practically, no, in "pure" ssrs
ideas:
- an approximation of log query database, when report rendered. don't know if report acxtually printed though
- use reportviewer control or other programmatic method launch , print in 1 go: database query is print. , log it, above.
Comments
Post a Comment