Pager Not working Good
Pager Not working Good
i make a web report with specified filter
i choose my filter settings then click OK to view report, then if i move to next page (Page No. 2)
& change the filter and Click OK to view the updated one
the viewer will preview the page No. 2, but i want for every ok to view it from first page
and if i view last page (i.e page 100), and change filter settings then view it,
the pager still have the page no 100 despite of all page is 50
i am use RenderCurrentPageOnly as render mode
Stimul 2010 licensed
?????????????????
any solution plz ........
i choose my filter settings then click OK to view report, then if i move to next page (Page No. 2)
& change the filter and Click OK to view the updated one
the viewer will preview the page No. 2, but i want for every ok to view it from first page
and if i view last page (i.e page 100), and change filter settings then view it,
the pager still have the page no 100 despite of all page is 50
i am use RenderCurrentPageOnly as render mode
Stimul 2010 licensed
?????????????????
any solution plz ........
Pager Not working Good
Hello,
Please try to set the ResetPageNumberOnAssignNewReport property of StiWebViewer component to true.
Thank you.
Please try to set the ResetPageNumberOnAssignNewReport property of StiWebViewer component to true.
Thank you.
Pager Not working Good
welcome,
i make that but not working ??
why pager is differ for each render mode
this problem occur only if i choose RenderCurrentPageOnly
????/????
thanks for any help
i make that but not working ??
why pager is differ for each render mode
this problem occur only if i choose RenderCurrentPageOnly
????/????
thanks for any help
Pager Not working Good
Any One Here ....
???????????
???????????
Pager Not working Good
Hello,
If you use your controls for setting filters, you can reset the page number of viewer control by the following way:
Thank you.
If you use your controls for setting filters, you can reset the page number of viewer control by the following way:
Code: Select all
StiWebViewer1.CurrentPage = 0;
Pager Not working Good
Thanks ....
but this will cause te set it to 0 every postback , then on paging report ...
but this will cause te set it to 0 every postback , then on paging report ...
Pager Not working Good
Hello,
Reset the page number only if you apply a filter.
Thank you.
Reset the page number only if you apply a filter.
Thank you.