Telerik Forums
Reporting Forum
1 answer
49 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
526 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
328 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
122 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
112 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
4 answers
75 views
Hi,

Our application is using Telerik Silverlight RadChart control on various pages and has some custom logic around chart display. I want to create reports using Telerik Silverlight Reporting and would like to reuse the existing logic used in Silverlight application to generate charts.

I noticed RadChart and Reporting Chart have different structures.

Is there a way I can re-use existing chart generation logic in reporting?

Thanks,
Aarti
Moldo
Top achievements
Rank 1
 answered on 31 Oct 2011
1 answer
103 views
Hi, I working with telerik reporting Q2 2010, I have a page i wich you select a value from a combobox from 1 to 32, corresponding to country ID's, when the report is generated it shows users from the "country Id" selected in the textbox, my question is if i add an new index to the combobox called "All" that generates the report with users of all the ID's?
Is it possible to do this?
Hope your help.

Best regards
Cristian
Daniela
Top achievements
Rank 1
 answered on 31 Oct 2011
3 answers
331 views
Hi,

Been working with your Reporting solution and it's really good - thanks!
Most things have been very easy - however I'm a bit stumped on what appears to be a very simple request.

I have a NOT NULL boolean field that I want to filter on - I want the user to be able to show true values, false values or both. It would probably best be shown as a radiogroup - [True, False, All]

  I'm using an Entity Data Source so I presume I'd need to create an ObjectDataSource to show these three options. Can you show me the way you guys would do this and the best way to implement the UI for such a requirement. 

Thanks
Simon
IvanY
Telerik team
 answered on 31 Oct 2011
5 answers
225 views
Hi,

I've a telerik report in a reportview, which is working great, from here I can print/export/...

But I need to print the report without displaying it in a reportviewer. How can I do that?

Another related question: I've one report that I need to print several time(more than 400) with different data, is there a way to print all reports in only one "print job".

Thank you!
Steve
Telerik team
 answered on 28 Oct 2011
3 answers
120 views

   I generate employee report for one person.  I want to generate this report for a lot of people in one report. when reporting generate to stop for first employeer, the second will start at the end of  first employeer data. Can it possible.? Thanks for your helping.
IvanY
Telerik team
 answered on 28 Oct 2011
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?