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 report
Telerik.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!
Hello:
I have a report with user generated content that contains paragraphs. If a paragraph cannot fit on a specific page, I would like the entire paragraph to flow onto the next page. Similar to Words "Keep lines together" feature. Is that possible?
Thanks
-Steve
Hello,
I have a picture box (company logo) in my report and it works fine if I export the report to PDF, but if I export to Word or Excel the picture box is not there.
In Excel I have only an empty cell.
Does anybody have an idea why?
Thanks.
Regards,
Diego