Telerik Forums
Reporting Forum
3 answers
88 views

Hi,

I have a long report with 10 sections and it shows all sections on web page

but when I export to RTF it splits to first 3 pages and then it does NOT split to 4th pages but instead it continues on the same page and all other section get hidden due to going out of margin.

Please give any suggestions to fix?
(same happens on word export)

Thanks

Steve
Telerik team
 answered on 03 Nov 2011
1 answer
308 views
Hi,

Image of screen attached.
I have built a cross tab that has a number of row groups.
I have three columns which perform a sum aggregate.
Local Column - marked as 1 on screenshot  (which is a field from the EntityDataSource that the grid is bound to) works fine and simply sums the field values for each group
Columns 2 and 3 are bound to sub reports. The sub reports simply sums all items grouped by id. In isolation this works fine.My plan was that the master report would pass in the Id(s) to the sub report as parameters and the sum would happen. However this is not the case.

Problem
When I put the sub reports into the cells as shown beneath 2 and 3 - no values are returned. The sub reports are passed in the parameter that is meant to represent the current row Id - but it does not appear that these are passed in for every master report item.
So the totals are not calculated.
I also need to sum column 1, 2 and 3. 

Please advise if this can be done and how best to do it. An example would be great. C#.

Thanks
Simon
Simon
Top achievements
Rank 1
 answered on 03 Nov 2011
1 answer
55 views
Hi,

Is it possible to pass in the record id to a report on the server so that it reports on only one record?
We want to be able to print a report using a single record that is selected in the Silverlight UI.ie 'Print selected client details'.

Thanks
Simon
Vesko
Top achievements
Rank 2
 answered on 03 Nov 2011
3 answers
354 views
I have images in my project whose build action are set to Resource.  On a WPF form i can use relative paths to access the images as they are embedded in the resources.dll for the project.  When i try to bind a picture box to the relative path of the image, it gives file not found as it builds the path as though it is a physical path.  How can you bind a picture box to an image whose build action is resource?
Chris Rathermel
Top achievements
Rank 1
 answered on 02 Nov 2011
3 answers
108 views
Hello All,

I have to create reports to calculate the total hours of the appointments with the details from the Appointments table.
As the recurring appointments get generated on fly and do not get stored in the database how should we include these recurring hours in the total hours?
Please reply as soon as possible.

Thanks,
Roshani
Peter
Telerik team
 answered on 02 Nov 2011
1 answer
108 views
Is there any way i can get the source for the following Link: http://telerikreporting.cloudapp.net/SilverlightViewer.aspx? I keep getting errors when running in Azure environment in both DevFabric and Deployed to Azure. When I run locally in IIS it works fine.

I just want the code to use as reference to see what I'm doing wrong.
Steve
Telerik team
 answered on 02 Nov 2011
3 answers
387 views
Hello,

Read somewhere else that SSRS RDL is much different than the Telerik format.  I saw you have converters for three other types, and was wondering if you have a timeline to import SSRS reports into Telerik's format.  This would greatly benefit us.

Thanks.
Steve
Telerik team
 answered on 02 Nov 2011
1 answer
51 views
Title says it all really.

You should give some real thought to adding to the list of topics, specifically use of the Table/CrossTab/List control and the HtmlTextBox.

Additionally, a topic covering the use of the various new DataSource types would be welcome.

The Telerik Trainer idea is a really good one and I think it's sad that the product has been left to wither on the vine.

-- 
Stuart
Steve
Telerik team
 answered on 02 Nov 2011
14 answers
535 views
I use ActiveReports and I'd like to convert to telerik if it makes sense, but I wouldn't think about it if I have to convert all my reports (30+ reports) by hand.

Will there be a tool for converting ActiveReports, MS Access, and/or Crystal Reports to the terelik format?
Steve
Telerik team
 answered on 02 Nov 2011
9 answers
346 views
Hi

I received this exception while I've tried to export to PDF 12 000+ records using Rad ReportViewer; project is made in WCF, version 5.1.11.713, runtime version: v2.0.50727 and I'm not using special code to display/export report/data.

report.DataSource = items;
report.ReportParameters["paramHideDetails"].Value = chkHideDetails.IsChecked;
 report.ReportParameters["paramHideTotals"].Value = chkHideTotals.IsChecked;
report.ReportParameters["paramHideTargetWeight"].Value = chkHideTargetWeight.IsChecked;
report.ReportParameters["paramFilterCriteria"].Value = paramFilterCriteria;
 rvMain.Report = report;


When displaying report no exception raised, only when exporting!
What I discovered is that ReportViewer requires some time to process if this helps...

Exception description:
ContextSwitchDeadlock was detected
Message: The CLR has been unable to transition from COM context 0x458150 to COM context 0x458378 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during long running operations.

Thanks
Dan
Steve
Telerik team
 answered on 01 Nov 2011
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?