Telerik Forums
Reporting Forum
0 answers
50 views

Hi,

For a report, i have the following :

 

Report product

    SubReport line 1

SubReport line 2

SubReport line 3

SubReport line 4

 

 

 

Pierre
Top achievements
Rank 1
 asked on 17 Mar 2017
4 answers
101 views

Hello,

I created a report in Telerik report designer R3 2016, in which i created a Pie chart which is showing data availability % in days with days name in series, But the days name coming in ascending order not in day's order (i.e. Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday)  

Please refer the attached image.

Shiwani
Top achievements
Rank 1
 answered on 17 Mar 2017
4 answers
935 views
How To Display one row group data in other group of CrossTab in telerik report viewer
Katia
Telerik team
 answered on 16 Mar 2017
3 answers
584 views

Hi,

We are using telerik reporting. We observed the report loads very slow even though number of records are ~2000 to ~3000 with ~20 columns.

Appreciate your inputs on the same, how can we improve it? We can provide more information if required.

 

thanks,

Manish

 

Stef
Telerik team
 answered on 15 Mar 2017
5 answers
211 views

How to view the report without expanding the records when it is open for the first time. Given option is not working(See Image 2). Its just changing the +/- sign of the drill down icon.

Report before Ticking(See Image 3)

Report After Ticking(See Image 1)

Katia
Telerik team
 answered on 15 Mar 2017
1 answer
809 views

I had implemented telerik reports more than 50 in Telerik Report Designer by using Sql Datasource and now i wanna change the connection string of all the telerik reports...now how can i change the connection string in Sql Datasource of Telerik Report Designer.

 

Please help me...

Stef
Telerik team
 answered on 15 Mar 2017
1 answer
1.0K+ views

Hello everyone,

I am looking for the exact syntax for checking a boolean, is it :

=IIF(Fields.BOffreAnnulee==true, "ANNULÉE", null)

=IIF(Fields.BOffreAnnulee=true, "ANNULÉE", null)

=IIF(Fields.BOffreAnnulee = 1, "ANNULÉE", null)

=IIF(Fields.BOffreAnnulee="true", "ANNULÉE", null)

=IIF(Fields.BOffreAnnulee, "ANNULÉE", null)

...

Can't seems to find the right formula, (server is a MS SQL, and the field is a bit in the database)

 

Thanks a lot !

 

Louis

 

 

Katia
Telerik team
 answered on 14 Mar 2017
1 answer
537 views

see my question also on stack overflow http://stackoverflow.com/questions/42758013/store-procedure-return-multiple-data-sets-how-to-access-all-data-sets-in-telerik

when i add SQL data source and add store procedure in it, Actually store procedure return multiple tables but in telerik report designer just got single table or single table parameters if anyone can't understand my question than visit above link

 

SQL store procedure result https://i.stack.imgur.com/ZL1hz.png

in telerik report designer https://i.stack.imgur.com/uoonR.png

 

 

Stef
Telerik team
 answered on 14 Mar 2017
1 answer
452 views

I want a report like this, How much sales, for each city (vertical) in each season (horizontal) :

Cirty1                     City2                   City3
      Spring                  Spring                 Spring
      day1   1000          day1    2000        day1   3000
      day2   1100          day2    2100        day2   3100
                  ...                        ...                         ...

      Summer               Summer              Spring
      day1    1200          day1     2200      day1     3200
      day2    1300          day2     2300      day2    3300
                  ...                           ...                        ...

How can it can be built in telerik reporting?

 

           

Stef
Telerik team
 answered on 13 Mar 2017
14 answers
2.3K+ views
Hello

I have a working HTML5 report viewer on my local pc running with VS 2013 dev. webserver.
From this project I copied the necessary files to our web application development server running windows server 2008 and IIS 7.
I copied the necessary DLLs as listed in the How-To, made the web.config entries (binding redirects / handlers) and the global.asax entry, added the report controller to the website's App_Code directory (not precompiled web application), copied the html, css and js files and so on.
The Newtonsoft.JSON.dll seems to be not in the GAC. I copied it too from my working local project.

When I now open the viewer, I see the frame and as soon as it "loads data" It shows 404 - not found where the report should appear:

Module: IIS Web Core
Notification: MapRequestHandler
Handler: StaticFile (is this correct?)
Error code. 0x80070002
Requested URL: http://.....ch:80/api/reports/clients

When I open .../api/reports/formats it shows the same error message. Seems that the handler is not catching the request?
I've also restarted the website and the app. pool several times and tried changing targetFramework to 4.5 but it didn't change anything.
Of course I have some third party handlers but I put the report viewer in a subdirectory with an own web.config where I remove those handlers again without success.

I don't know what to try further but I think I didn't make a mistake by myself. All necessary content from my local project should be on the server as well.

thanks for any help getting this nasty report viewer finally to work - hopefully on the production server too some time!

regards

Stef
Telerik team
 answered on 13 Mar 2017
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?