Telerik Forums
Reporting Forum
1 answer
129 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
170 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
88 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
148 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
498 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
322 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
77 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
417 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
1 answer
109 views
  Hi ,
i am using web config based authentication and autharization
Although i give permission in web config the report does not display as a attached image
i give permissin to report( report.cs) and .aspx file which containes reportviewer

http://f1212.hizliresim.com/14/t/h8dpq.png
Hadib Ahmabi
Top achievements
Rank 1
 answered on 28 Dec 2012
1 answer
147 views
Hi,

I'm having a problem when loading the report viewer control in to a Web Form, a drag the control and nothing happens, if a try to insert the code directly in the form an error of a TAG PREFIX appears, what it can be wrong or what a need to configure to solve this issue, i already  add the following references:

* Telerik.reporting
* Telerik.ReportViwer.WebForms
* Telerik.ReportViwer.WinForms

I posted a similar issue about 2 weeks ago and it simply disappear, it think maybe i need to post this under another topic?, but a didn't get any email, i don't know what happens with the other thread i posted.


Anyone can help me, thanks in advance.
Armando
Top achievements
Rank 1
 answered on 27 Dec 2012
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?