Telerik Forums
Reporting Forum
1 answer
262 views
Dear Telerik experts

I am using Telerik.Reporting Q2 2013.
I have a WPF Report Viewer loaded in a Telerik WPF RadWindow.

1)
When i set the ReportSource as a ReportBook containing 3000 reports (of same type, containing a page header, page footer, report header containing a table, details containing 2 tables and one of them containing optional subtables) the whole UI goes into not responsive mode (showing busy mouse icon).

I have tried to show the Report Viewer with null ReportSource, and then wait for 10 seconds, before setting the ReportSource = ReportBook containing 3000 reports. The Report Viewer shows empty initially with the toolbar, then it goes into not responsive mode again...

I am expecting the Generating Report progress message to show, instead of being not responsive. I have tried to check the source code of Telerik Reporting. It is calling a separate thread, is not it?

2)
The not responsive mode goes for more than one hour and it is still remaining as it is. I put a break point in the report's NeedDataSource() but it was never called throughout the one hour.

Is there any advice i can try to overcome this?


Thanks
Michael
Nasko
Telerik team
 answered on 14 Feb 2014
1 answer
128 views
Hi, i need to print the groupFooterSection at the 5 cm to bottom page, but the position of the groupFooterSection depends on the detail height.
I have read various posts in the forum but have not found the solution.
Is possible to print the groupFooterSection at 5 cm from the bottom of the page ?
If the detail is printed on multiple pages, the groupFooterSection in print on the last page and it's ok, but i need to print the session at 5 cm to the bottom.

I use the Telerik_Reporting_Q3_2013_SP1_Dev version.

Thanks for the Help.

Aurelio
Nasko
Telerik team
 answered on 14 Feb 2014
2 answers
649 views
I have a problem with crosstab sub totals, i have a table with 2 column groups (2012 and 2013) and another two row groups (Dolares and Soles),  i already managed to fill my table but what i need to do next is to calculate the totals. i have a column named "Diferencia" where i want the diference between 2013 TOTAL and 2012TOTAL, and i have a row at the bottom where i want the next formula ((Total of Dolares)*2.8 + (Total of soles)).

The columns and row groups are generated automatically...

This is something that is driving me crazy, i spent an entire day trying to figure out how to achive this but without any results, and thanks in advanced for you help
Elio Alexander
Top achievements
Rank 1
 answered on 13 Feb 2014
5 answers
654 views
Hi,

I am using version 7.2.14.127 with the Html5 control

Everything seems to be working fine, but for some reason the POST of the parameter values keeps showing up like this:

Object { undefined="7/1/2014 12:00:00 AM"}

The date chosen is correct, but undefined should say "BeginDate" as established in the report.

Any idea what could be causing this? I have not edited the javascript files at all.

I am using parameters generated by the ReportViewer code.

Thanks,

Garrett
Garrett
Top achievements
Rank 1
 answered on 13 Feb 2014
5 answers
79 views
I am using out proc session. According to your design considerations for out proc session I am using NeedDataSource to bind all reports. In some reports I have used table and graph itam. But for these reports when I bind data to the items, blank graph or table is displayed. How to resolve the problem. Please reply soon.
Stef
Telerik team
 answered on 13 Feb 2014
7 answers
406 views
When I try to reference a user defined function from TRDX file, and load it into my application, I get this error.

The expression contains object 'TSDFunctions' that is not defined in the current context.


This is the code that loads the TRDX file:


Dim settings As New XmlReaderSettings()
settings.IgnoreWhitespace = True
 
Dim reportBytes As Byte() = Nothing
 
' TODO - Need to change this code to use the input parameter reportTRDX once Telerik Report Designer allows more options for the dataset.
' ie: reportTRDX - "C:\Temp\TelerikReportingTest\Report1.trdx"
Using xmlReader As System.Xml.XmlReader = System.Xml.XmlReader.Create(reportTRDX, settings)
    Dim xmlSerializer As New Telerik.Reporting.XmlSerialization.ReportXmlSerializer()
 
    Dim report As Telerik.Reporting.Report = DirectCast(xmlSerializer.Deserialize(xmlReader), Telerik.Reporting.Report)
 
    reportBytes = GeneratePDF(report, dtData)
End Using
 
Return reportBytes

Vittorio
Top achievements
Rank 1
 answered on 13 Feb 2014
3 answers
68 views
We're migrating from Data Dynamics (GrapeCity) Active Reports to Telerik Reports.  The majority of the reports have been migrated, but we are a bit stymied by the last report.  If you could please take a look at the attached PDF and make a suggestion on how to attack it using Telerik Reporting that would be extremely helpful.  We're good with the first 3 columns, it is the last two that present a challange.  The key to understand is that the "standards" show in column five are grouped and located based on the "topics" shown in column 4.

Any advice is appreciated.
Nasko
Telerik team
 answered on 13 Feb 2014
3 answers
97 views
Hello.

Can you please tell me how to select one of the option for exporting in the Report Viewer by default?

In the report you can export to: pdf, csv, excel, rtf, tiff, web archive.

I want that when the report shows, the option Export to PDF is selected by default.

Can you please help me?

thanks in advance,
KS
Top achievements
Rank 1
 answered on 13 Feb 2014
2 answers
145 views
There is an issue in telerik_ReportViewer_ParametersArea, function fill(newParameters) which stops reports with parameters working correctly.

The call to /api/reports/clients/{clientId}/parameters returned correctly, but the subsequent call to /api/reports/clients/{clientId}/instances was not passing the correct parameters in the report source, only a single "undefined" id with the value of the last parameter.

if (hasValue) {
   recentParameterValues[this.id] = this.value;
}


this.id is undefined, so the array ends up with a single item. The correct version is:
    
      
 
if (hasValue) {
   recentParameterValues[this.iD] = this.value;
}


The array now contains the correct parameter names and values.
Stef
Telerik team
 answered on 13 Feb 2014
1 answer
69 views
Hi,

I am using Telerik Q3 Reporting. I want to make sure that Web Report Viewer is supported in IE7 and also if there are any known limitations. I went thru the Browser Support requirements here(http://www.telerik.com/help/reporting/installation-system-requirements.html).  in the notes it is mentioned that HTML5/JS report viewer requires IE9+, so I want to make sure that over all there are no issues with using Telerik Reporting in IE7 and 8, because we have many customers still using 7 and 8 versions.

Thank you
Stef
Telerik team
 answered on 13 Feb 2014
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?