
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!
