简体   繁体   English

延迟加载和Telerik报告?

[英]Lazy loading and Telerik Reporting?

During recent weeks I have posted a number of questions regarding Telrik Reporting which of course come back with no response.. But fortunately, I managed all the matters. 在最近的几周中,我发布了许多有关Telrik Reporting的问题,这些问题当然没有得到答复。.但是幸运的是,我已经处理了所有问题。 Now I ma going to raise another question and hope this one had some response. 现在我要提出另一个问题,希望这个问题能有所回应。

The Question: There is a report which displays about 455 records. 问题:有一个报告显示大约455条记录。 I am using MVC 3, WebApi and Telrik Reporting of course. 我当然使用的是MVC 3,WebApi和Telrik报告。 I want to implement some kind of lazy loading. 我想实现某种延迟加载。 I explicitly mean, display records 30 by 30 on each page of telerik report viewer. 我明确的意思是,在telerik报表查看器的每一页上显示30 x 30的记录。 That is to say, at first step only 30 records be loaded and if the user navigates to the next page, then another 30 records show up. 也就是说,第一步仅加载30条记录,如果用户导航到下一页,则会显示另外30条记录。

Can anyone give me a tip or solution how to handle this? 谁能给我一个小费或解决方案,如何处理呢? Does telerik support something for that? Telerik是否为此提供支持?

Thanks you 谢谢

Actually, Telerik Report handle On demand Loading on every page for the client side of course. 实际上,Telerik报表处理按需处理当然在客户端的每个页面上进行加载。 But at first it fetches all the data form the related data store. 但是首先,它从相关的数据存储中获取所有数据。 This is what I have got after days of researches and lots of efforts on this issue. 经过数天的研究和对此问题的大量努力,这就是我所得到的。 Thus, decided to share it with others as no one comes to this questions with an answer! 因此,决定与其他人分享它,因为没人能回答这个问题! Hope it be helpful 希望对您有所帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM