Hi All,
I have created reprots in stand alone report designer.
In row means horizontally i have set 3 reports as shown in screenshot1.Same way another 3 reports are shown below them screenshot1 .But when i send these reports via report server via email then its randomly taking reports in attachemnet screenshot 2 .Can some one tell me how i can fix these report to shown same as in report designer preview.
Thanks,
Narender
So I am currently trying to create a report for a client and have run into some issues with carryover on a sub report. I used the example here(http://www.telerik.com/forums/carryover-page-sum-on-top-of-next-page) to get the report to work but when I inserted it as a subreport I realized that the headers and footers are not included. I have attached an example of what I need the report to look like. Are there any other alternatives to accomplish this?
If you look a the example you can see that there is a header that I need to appear on every page. Under that header is a table that has the carryover at the top under the column headers and a running total at the bottom. Unfortunately I don't have any flexibility on the layout of this report so I cant just make it look different.
Thank you for any help you can provide.
Hello, I am NOT a report writer, but I've been tasked with learning a bit about Report Designer so I can help support our customers. To that end, I've created a new report with a 3x3 table in detailSection1. I don't have any data sources, just the table. I'm trying to figure out how to create banded rows (i.e., every other row has a different background color). This should be easy, and I've followed these steps from the online help, but all they do is make my whole table change color, not every other row.
Any help would be greatly appreciated! Thanks,
-Joe
http://docs.telerik.com/reporting/faq-alternating-style#display-reports-with-alternating-style-rows
Hi,
I have a requirement of designing a report where I need to display the parent and child group side by side. (like in column 1, I would have parent information and in adjacent column, I would have child information). The whole report layout resembles a band report however , in a band report, the groups grow vertically down. There is no way I can have two groups in parallel. The required layout can be seen from the attached file named 'Required_Design', here the left column is parent of the right column. The other attached file is a screenshot of the report designer, where the parent items are placed in different group than the detail items. (growing vertically down). Can you please guide me further how to achieve it?
Moreover, is there a way to do extensive scripting in Telerik report designer. I am not talking about the expressions, i need proper scripting provision like, adding groups inside a panel etc.
I will really appreciate a prompt response as we are following tight deadline.
Regards.
Hi,
I have recently upgraded telerik reporting component from 5.1.11.713 to 10.0.16.113 and modified the code as mentioned in the documentation.
When I pass the createhtmlstream to .NET mailmessage Alternateview and generate the email, the rendered email body is not properly formatted.
On viewsource of the generated email it shows in <div> and <p> tags and is not shown in the actual format that I view in the PDF generated from the same report.
In the earlier version prior to this upgrade it was working fine and the email was showing in correct format as it was rendering with <table><tr><td>.
How can I set the html render with <table><tr><td> in the recent version reporting component as it works in the earlier version?
Please help me in fixing this issue, as I need to go with upgrade to PROD next week.
Thanks in advance.
Regards,
Saru
It looks like the reports don't work when being generated in iPad-Safari with our system being iFramed. It only displays the first page of the report and it looks like the pdf report is not being
downloaded. It seems to be opened up in regular browser view
I have tried changing the doctype as instructed here but that did not have any
effect:
http://www.telerik.com/support/kb/reporting/details/blank-report-in-asp.net-reportviewer-on-ipad-iphone
We are already adding 'Content-disposition' to
the response header:
response.AddHeader("Content-Disposition", string.Format("{0};FileName=\"{1}\"",
"attachment", strFileName));
We have the latest version.
Does anybody have any idea what might fix this?