Hi,
I am using Telerik Reporting Q2 2015 with ASP.net MVC ReportViewer (UI for ASP.net MVC). In this I am not able to disable cache at server side, can you please share the option to disable cache from both client & server side.
This will help me to pull the report every time from database & share the update data in the report.
-thank you
-nm


Hi,
Please help me to get why the below binding - Height of PageHeaderSection - returns the false value on all pages. On first page it should be 2.5 inches, on all others - 1 inch, but 1 inch on all pages.
Property path Expression
Height =IIf(PageNumber = 1, "2.5in", "1in")
Thank you


Hi,
Is there any option to create a stylesheet for trdx files. The idea is to have a common place for common settings such as font-size font weight, font family, background color. border size etc for all reports.
Regards
Devesh

Quote tst = new Quote(); //Quote is the main reportTelerik.Reporting.ObjectDataSource odsHeader = (Telerik.Reporting.ObjectDataSource)tst.DataSource;odsHeader.DataSource = cdtsQuote;odsHeader.DataMember = "Header";Telerik.Reporting.SubReport itemDetail = (Telerik.Reporting.SubReport)tst.Items.Find("srItemDetail", true)[0];Telerik.Reporting.ObjectDataSource odsItems = (Telerik.Reporting.ObjectDataSource)itemDetail.ReportSource.DataSource;odsItems.DataSource = cdtsQuote;odsItems.DataMember = "OrderItems";
Hi,
This is the first time that I will work with , the company has this product and they request me to develop the following. So asking about the advice of which component is the best to use.
This is the situation: I'm going to run a process to get all the data that I need, once the process has finished I have to create multiple PDF reports with tables and graphics and it has to be programmatically so there will be no UI.
The company has not report designer but ¿is it possible to define the format of the table by code?
Thanks for your opinion.
Denis

Is it possible to add in PDF/Word to a report?
I have got the bytearrays in the database, but I have to insert those whitin the report.
Someone any expirience with that?
Thank!