This is a migrated thread and some comments may be shown as answers.

How to disable report/page refreshing after used togglevisible action

5 Answers 206 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
skyechuu
Top achievements
Rank 1
skyechuu asked on 01 Jul 2016, 12:40 PM

Hello folks,

I created a Windows Form application, and embedded my report on it with Report Viewer Form. I have downdrill crosstabs and graphs on this report.

Problem is, when click ToggleVisibleAction mark on my report to expand the tab, it refreshing all of report and returning view to top of the report/page, which is really annoying if table has too many rows. I want to disable this refreshing thing.

Is there any setting or property to disable this and refresh the table/graph dynamically?

 

By the way, the report all made in VS designer and edited little on C# side.

 

Hopefuly you can solve my problem :)
Thank You!

Regards.

5 Answers, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 04 Jul 2016, 03:02 PM
Hello Skyechuu,

The engine will render the report anew when you trigger a toggle visibility action. This is why the report viewer refreshes in order to show the new state of the report. Unfortunately, the old position of the viewport will not be saved between actions. You can post a request for this behavior in our Ideas & Feedback portal.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
skyechuu
Top achievements
Rank 1
answered on 11 Jul 2016, 06:35 AM

Hello Nasko,

Thank you for your answer. Unfortunately, I do not have time for wait this behaviour to come to reporting. I am just curious about, is there any Telerik product that has drilldown feature in grid without refresh, or viewport change? So, I can integrate it to my reports.
Grid's datasource must be entity framework like in reports.


Thank You!

Regards.

0
Nasko
Telerik team
answered on 11 Jul 2016, 08:50 AM
Hello Skyechuu,

There might be other products with similar functionality, but these cannot be embedded in the report. Only report items can be used in a report.

Regards,
Nasko
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
skyechuu
Top achievements
Rank 1
answered on 11 Jul 2016, 09:14 AM

Hey Nasko,

Thank you for fast response =)

I found a same feature on Telerik UI for Winforms. I understand that I can't embed these forms to report. But, can the report be embedded in application made with UI for Winforms? Can it work properly?

Sorry for too many questions :)
Thank You!

Regards.

0
Accepted
Nasko
Telerik team
answered on 11 Jul 2016, 11:36 AM
Hello Skyechuu,

The report can be displayed in the Telerik Reporting WinForms Report Viewer or it can be rendered programmatically. These are the possible ways to use a report in a Windows Forms application.

Regards,
Nasko
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
skyechuu
Top achievements
Rank 1
Answers by
Nasko
Telerik team
skyechuu
Top achievements
Rank 1
Share this question
or