Telerik Forums
Reporting Forum
1 answer
185 views
Hi Sir,
I am using Standalone Report Designer and Report Server.
From Standalone Report Designer ,  I have created a report and uploaded to Report server.

My question are 

1) In report server ,   saw the parameters was showing on right side always with the same look . Can  move it to left side or any other side??

2)  I want to add colour in  of the whole dashboard. Is it possible??

Note : Are these thing possible with Standalone Report Designer and Report Server.

You can see my attachment and tell me is this type dashboard possible??

Thanks,

Narender
Katia
Telerik team
 answered on 07 Apr 2016
1 answer
88 views

Hi all,

I have created a dashboard like of of sales in standalone report designer as shown in . So in my all chart setting disturbed when send them via email in designer. But in of Sales Dashboard all charts are remains at the same place  when clicked on print preview.Can you tell me why my dashboard charts disturbed means going up or down (Changes their place)  during sending them via email.

 

please tell me how I can fix my chart during sending them in . 

Katia
Telerik team
 answered on 07 Apr 2016
1 answer
151 views

I know that we can do certain manipulation when exporting to CSV by using CSV device information settings. By doing those manipulations I was able to obtain a CSV that have the following example format.

Customer;First Name;Janitha;Last Name;Tennakoon;Address;Kandy;date;04/04/2016;Sender;Name;J.J.H.Silva;City;Colombo

What I need is like the following format. (roughly) 

Customer

First Name;Last Name; Address;date

Janitha;Tennkoon;Kandy;04/04/2016

 

Sender

Name;City

J.J.H.Silva;Colombo

 

Here Customer and Sender details are rendered into two different lists (Attached Report Explorer structure). I want to know whether I can export like this in CSV? . 

 

 

Nasko
Telerik team
 answered on 07 Apr 2016
5 answers
117 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
214 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
394 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
393 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
342 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
404 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
169 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
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?