Telerik Forums
Reporting Forum
3 answers
252 views
Hello, 
I am trying to create a template that will serve as the base for all the reports in our application. So far I have created a reports for each section. ex layout is as follows.

page header 
report header
body - this will vary depending on the report.
report footer
page footer

each of these is its own report that I wish to call from a master template that has blank sections and just calls the other reports to generate the headers/footers. 

the problem I have is that I can simply set the pageHeaderSection1 to an instance of the headerTemplate.cs report as they are of different types.

How could I accomplish this?

Thank you for your time.

EDIT: I have it working by calling the reports from within a sub-report on the main template. I am having some display issues still though. not all the sub-reports show when displayed on the main template. they work just fine on their own in the designer preview however.

EDIT 2: Got that working too. looks like the sub-reports don't like it if you have a header section defined in the ReportSource it points to. I just moved all content to the detail section and set all other sections to visibility=false. I now have an issue where it is pushing my report header to the end of the report but only on the print preview or if I actually print. The preview is fine. see attachments for detail.
Elian
Telerik team
 answered on 02 Jan 2013
1 answer
96 views
When I look at the Data Explorer, I can't tell which fields are being used in the report.

We have about 100+ fields in our dataset, some reports use a portion of those.   In Crystal Reports or Visual Studio/Crystal Reports integration, the "Field list" puts a green check mark over those fields that have been used.

Peter
Elian
Telerik team
 answered on 02 Jan 2013
1 answer
98 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
302 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
82 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
144 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
65 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
110 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
460 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
269 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
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?