Telerik Forums
Reporting Forum
1 answer
149 views
A month ago I had installed Telerik Reporting Q2, and everything worked fine, now that I've upgraded to Q3 I have a serious problem, the Report toolbar not working, the icons are not displayed and I do not generate the report. This happens when I publish it in IIS 7.0, locally from the. NET 2010 if it works. I appreciate your help pretty please. I attached a screenshot.
Hadib Ahmabi
Top achievements
Rank 1
 answered on 02 Jan 2013
9 answers
323 views
When I export a report to excel with date values at some columns the displayed values are not correct.
Ex: "24/10/2007 10:54:36" on the report viewer, this value is displayed as "39379,45" on the report exported to Excel.
At pdf export the values is displayed correctly.

Is there some workaround for this? some property to set?

Thanks.
Elian
Telerik team
 answered on 01 Jan 2013
1 answer
121 views
Does anyone know if there is a way to set the report delimiter programatically.  We have a web application that is used in the UK and Spain, UK uses CSV, Spain uses a semi-colon.  The Telerik.Reporting.Extensions in the web.config is a global setting.
Hadib Ahmabi
Top achievements
Rank 1
 answered on 01 Jan 2013
2 answers
164 views
I am trying to deploy a simple report to an Azure website. I have the report working fine locally and on the azure website. What I don't have is the export functions working. From what I have read so far on the forums this was a problem in the past because of Azure's trust issues. But I have also read that this should no longer be an issue.

Is there anything in particular I need to set or configure in my project to avoid the "out of memory" exception whenever I go to export the report to excel or pdf.
Richard
Top achievements
Rank 1
 answered on 31 Dec 2012
0 answers
84 views
Dear All,
    I try to apply the theme as follows:
    I also referenced the theme dll
    
<Grid x:Name="LayoutRoot" Background="White">
    <my:ReportViewer x:Name="reportviewer" FlowDirection="LeftToRight" telerik:StyleManager.Theme="Summer"
        ReportServerUri="../ReportService.svc"
        Report="ReportsLibrary.EmployeeDepDirectorMgt, ReportsLibrary, Version=6.0.12.330, Culture=neutral, PublicKeyToken=null" />
</Grid>

    But I got the exception when the report loads says "Set property '' threw an exception." ... any help!!

Regards
Ubuntu
Top achievements
Rank 1
 asked on 28 Dec 2012
0 answers
141 views
On the report I have a textbox in the group header that toggles the visibility of the detail section based on certain parameters.  This works fine, when the report loads all is visible and when I hit the toggle button it becomes invisible.  My issue is I want the report to load with the details section invisible on the load.  How do I set this?
Eric Klein
Top achievements
Rank 1
 asked on 28 Dec 2012
2 answers
479 views
I've found an issue where if you have a textbox using an expression

 Sum(IIF(Fields.typeCode="DG",Fields.TotalAmount,0))  will round your result up or down regardless of the Format of the control,  when I change it to ....Sum(IIF(Fields.typeCode="DG",Fields.TotalAmount,0.00)) the results are NOT rounded.

To recreate this you must ensure the the first record in your result set causes the IIF condition evaluates to the false-part first meaning it will sum the 0.  I'm assume the report engine processes the "0" and automatically defaults the number of decimals to match the format of 0....if the engine encounters 0.00 it auto formats to use 2 decimal places. You will not see this behavior if the IIF evaluates the true-part first with existing decimal data.  Using Telerik Reporting ver 6.0.12.215

Thanks,

Kerry 
derek
Top achievements
Rank 1
 answered on 28 Dec 2012
2 answers
296 views
I tried searching, but my Google-Fu appears to not be functioning today.

What I want to do is Conditionally Format the field to Bold if it matches the value from the prior row.
So I have Field.A, Field.B, etc and I plan to bold the whole row if Field.A (in this row) equals Field.A (from the prior row).
I know how to apply the conditional format across the row (ie, to each field), and I know StringCompare(String1, String2), but I don't know how to grab the prior row's field.
Whether there's a function to do it, or I need to store the value in a variable so I can compare before updating to the current row, yadda yadda it's all good, but I need tips on how to do that.
I would imagine this has been done before.
FYI: The user can't control sorting, so I don't have to worry about that aspect.
IvanY
Telerik team
 answered on 28 Dec 2012
1 answer
67 views
Hi 

I am using telerik reporting Q1(6.0..215).I have filtered for report and nearly 20 fields .when i filter for some particular condition the report results are moving to the 3 pages.First page shows blank.Page settings.Landscape=true, Margin 15 Px in all sides paper size is A4.

I have noticed one thing here is when report returns min results its shows correct.but when report exceeds for some limit its moving to third page.

Any idea in this?

Regards,
Dhandapani. 
IvanY
Telerik team
 answered on 28 Dec 2012
3 answers
393 views
Hi
I am creating subreports in Telerik Reporting Designer(.trdx) but i need that every subreport are show in different sheet, can be to the moment of export to some format
Somebody can help me?
Elian
Telerik team
 answered on 28 Dec 2012
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?