is it possible to pass , List as Field data,like as we pass parameters,
i got the data to html page and now i wanna bind the data to the Telerikreportviewer,how can i pass the data to telerik report designer and display in crosstab or table
i have written a dataobject and i need to display in objectDatasource1 of .trdp file...
it is showing empty ...how can i show dataobject or list of objects in objectDatasource of .trdp.file
i am new to use telerik reports ,that i wanna use objectdatasource to display a list from webAPI..
please do the needful.. i had glanced the documents of telerikreports but not understanded..how to display list as a datasource of objectdatasource1
thanks in advance
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