Telerik Forums
Reporting Forum
3 answers
99 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
155 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
77 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
340 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
3 answers
652 views
Is there any way to reduce export options from javascript or Html configuration to reduce number of export options? I just want to do that on HTML or javascript.

Regards
Marcin
Peter
Telerik team
 answered on 12 Feb 2014
1 answer
70 views
Hello, 

We're using reporting on a website and we periodically need to run administrative reports that take 2-5 minutes to run and are fairly heavy hitting on the server. 

I'm wondering what the best way is to do that... Should I run them in another thread and save them to the server? If so, any examples of how to do that? Is there some other preferred method? 

Thanks, 

Mike 
Peter
Telerik team
 answered on 12 Feb 2014
5 answers
154 views
Hello,

I have searched the forums, but can't seem to find an answer to this problem.  I'm designing a report that is a bit tricky; I'm trying to get the data to populate two sections of the report from multiple data records.  It would seem logical to have multiple detail areas that could be filled to accomplish this layout; but I can't figure out how to do this...

I'm using the designer within Visual Studio.

See below for a generic example.

Sample layout using 3 data records:

Detail Section

Fields.Pool[From record 1]    Fields.Value0[From record 1]  
Fields.Pool[From record 2]    Fields.Value0[From record 2]  
Fields.Pool[From record 3]    Fields.Value0[From record 3]  

Fields.Value1[From Record 1]    Fields.UserName[From record 1]  
Fields.Value1[From Record 2]    Fields.UserName[From record 2] 

Fields.Value1[From Record 3]    Fields.UserName[From record 3] 

Thanks for taking the time to look at this; if you have any ideas on how I can accomplish this, I'd be very grateful!

-Chuck

ChuckRock
Top achievements
Rank 1
 answered on 12 Feb 2014
3 answers
327 views
Hey guys,

I'm stuck on how to do this.  I've tried designing a report and then looking at the code in the Initialize but it's not working out for me.  So I'm asking for an example on how to build the table at runtime and adding it to the Report's detail section.

I have all this working in Q2 2012 version but when upgraded to Q3 2013 nothing works.  I am aware that the grouping has changed.  The only reason we've upgraded from 2012 to 2013 was to get rid of the haunting "Out of memory" exception error.

Glenn
Nasko
Telerik team
 answered on 12 Feb 2014
2 answers
91 views
Hi, i have a report, the designer is here http://postimg.org/image/dwdj0tggx/

SubIntern (in left column), is shown after SubDetails (in right column)

so i have:

SubExtern - SubDetails
-                    -
-                    -
-                    -
                     -
                     -
SubIntern - SubPeople
-                   - 
-                   - 
                    -
                    -
SubDelivery
-
-
Matteo Beretta
Top achievements
Rank 1
 answered on 12 Feb 2014
10 answers
529 views
I created a report containing a single crosstab.  Is it possible to show a "no data exists" message either inside the empty crosstab or in a textbox elsewhere in the report if the query returns no data?

I'm very familiar with Microsoft Reporting Services where you can set a textbox's visbility based on whether or not a dataset is empty. That textbox would contain the "no data exists" message.  Can I do something like this or display a message right inside the crosstab? 

Thanks for your help.
Rajashree
Top achievements
Rank 1
 answered on 12 Feb 2014
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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?