Telerik Forums
Reporting Forum
5 answers
115 views

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

 

Nasko
Telerik team
 answered on 07 Apr 2016
3 answers
208 views

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.  

Stef
Telerik team
 answered on 05 Apr 2016
1 answer
372 views

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

  1. Select the detail section of your report.
  2. Select the ConditionalFormatting property in the Context Menu or the Property Grid. 
  3. Click the New Rule button. 
  4. Enter the expression "= RowNumber()%2"
  5. Select the equal "=" operator from the drop down list.
  6. Enter the value as "=1".
  7. Click the Style button. 
  8. Click the Background style item. 
  9. Enter the color as "#F0F0F0".
  10. Click OK to close each of the open dialogs.
Katia
Telerik team
 answered on 04 Apr 2016
3 answers
386 views

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.

Stef
Telerik team
 answered on 04 Apr 2016
3 answers
327 views
I have created a custom function for multilingual support. Inside this function I use path of the language files as an variable. But when I call Directory.GetCurrentDirectory() , System.AppDomain.CurrentDomain.BaseDirectory or other methods to get the report template file location it always returns the path of the 'TelerikReportDesigner.exe' and where the dll file resides (C:\Program Files (x86)\Telerik\Reporting Q1 2016\Report Designer). But my template file resides on another folder(ex:- E:\Reports\..) How can I get the template file location inside the custom function???
Katia
Telerik team
 answered on 01 Apr 2016
4 answers
394 views
How do I change the diamter of the pie chart to be smaller than the default size.  I have a limited amount of space in the report and legend titles that are a bit long for the available space.  I have reduces the font size for the legend, but I need to have it not wrap around as much as it does.  I would like to reduce the size of the pie to provide more room.  Is that possible?

Thanks,
Jennifer
Stef
Telerik team
 answered on 01 Apr 2016
5 answers
163 views

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

Stef
Telerik team
 answered on 31 Mar 2016
12 answers
1.4K+ views
Hello,

I'm trying to filter a report programmatically using the "IN" operator using Reporting 2008.Q2.  I'm adding the filter using this code:

            Filter filterObj = new Filter(pField, FilterOperator.In, sbCrit.ToString());
            Filters.Add(filterObj);

pField is a string containing the field name in the format ("Fields.[my_field_name]").  I don't think this part is the problem because it works fine when I only have one value and use the Equal operator.

sbCrit is a StringBuilder I'm using to build the criteria.  I've tried many way to present the criteria and I'm now short of ideas.  I've tried with values enclosed between quotes ("), between apostrophes ('), with the criteria enclosed between
parenthesis or not, I've tried to put equal signs before every value, and now I'm short of ideas.

Can someone explain me the correct syntax for an IN criteria into a report?

Thank you very much
Stef
Telerik team
 answered on 31 Mar 2016
1 answer
182 views

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?

 

Stef
Telerik team
 answered on 30 Mar 2016
1 answer
269 views
How can I make the windows authentication work on the Telerik Reports without using impersonation.  The clients wants it to be authenticated with their domain users.  Thanks.
Stef
Telerik team
 answered on 30 Mar 2016
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?