Hi,
For a report, i have the following :
Report product
SubReport line 1
SubReport line 2
SubReport line 3
SubReport line 4
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.
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
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)
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...
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
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
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?