Telerik Forums
Reporting Forum
1 answer
156 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
720 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
689 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
97 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
462 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
103 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
131 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
175 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
92 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
1 answer
383 views
hi

I have a crosstab with about 6 rows of record. When I did a preview of the crosstab, it load quite fast.

But the moment I added a row number function, it takes about slightly less than a minute to load.

And when I remove the row number function, everything works perfect.

And I again added the row number function, it is slow to display the crosstab.

Why is it so? What should I do to speed up?

Thanks  a lot.
Nasko
Telerik team
 answered on 12 Feb 2014
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?