| Author |
Topic  |
|
|
ali100
Starting Member
5 Posts |
Posted - 12/22/2012 : 10:08:22
|
| Does any one know the difference of Pull model vs push model,,,, I m working on SQL reports, it is very gud if u guys can describe it with the Reports levels,,, |
|
|
visakh16
Very Important crosS Applying yaK Herder
India
48076 Posts |
Posted - 12/22/2012 : 13:43:51
|
Pull model is case where when users access the report through the report viewer URL which in effect renders the report from server. The parameter values can be passed via query string parameters to URL to customise the report. In push model, subscriptions are set at server to render and deliver the report to users without them trying to render them. Subscriptions can deliver reports through email or publish it to a shared folder. Subscriptions can be based on static values or data driven where values are passed from table.
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/
|
 |
|
|
ali100
Starting Member
5 Posts |
Posted - 12/23/2012 : 06:23:03
|
thanks,sir, I am having a project of asp.net in which i am migrating crystal reports to rdlc file(not rdl) user login in website they are seeing the loan issued in last month by the website, so it is pull method ..
well thanks sir
|
Edited by - ali100 on 12/23/2012 06:26:32 |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
India
48076 Posts |
Posted - 12/24/2012 : 15:30:36
|
you're welcome. Its pull so long as users are acccessing it from site
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/
|
 |
|
| |
Topic  |
|