Telerik Forums
Reporting Forum
1 answer
78 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
398 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
130 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
131 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
434 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
75 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
590 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
423 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
0 answers
158 views
We are using the template found in the code library for the 1560 Avery Mailing labels - we are using the code to do all our data binding. It is generating the report in the silverlight viewer - our issue is on the first page we only get data in the first and third column (missing data in the middle column) - if I go to the second page I get the data in the middle column (this is the data that should have been displayed in the middle column on the first page. we have this in our production environment and need it fixed asap but we cannot find a solution online anywhere - any help is appreciated.
George
Top achievements
Rank 1
 asked on 01 Nov 2011
1 answer
132 views
Hi!

I'm using the following code to export my report to PDF (and it works fine for me):

ReportViewer.prototype.PrintReport = function () {
     this.ExportReport("PDF");
}

But only works if I put the code after the declaration of the ReportViewer. But now I need this to be global to my project. Is there a way of  do a similar functionality putting this code on a separated file?

Regards!
Steve
Telerik team
 answered on 01 Nov 2011
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?