Hello,
I am trying to add a Telerik report (.trdp) in my project which has Telerik.UI.for.AspNet.Mvc5 version ="2019.2.619" installed. But every time i try to use Telerik MVC Report Viewer View R2 2020 and add a report, it reverts to version="2017.2.504".. I also tried updating the version through the nuget package manager but it only shows me one version which is the 2017 one.. May I know what is causing this?
I am working on a report that is in landscape for the data. How do I put the page header and footer on the left and right of the page.
When the pages are printed they get punched on the left side of the page as if the report was printed in portrait.
F | --- Report Data --- | H
O | --- Report Data --- | E
O | --- Report Data --- | A
T | --- Report Data --- | D
E | --- Report Data --- | E
R | --- Report Data --- | R
Thanks.
I am setting the value of Html Textbox like below :
<img src="data:image/png;base64........" />
but the telerik report is showing blank white page instead of the image.
Is telerik report interprets image tag? or we can achieve that.
thanks.
Hi,
I am using Web Service data source to generate a report with Crosstab.
Below is my sample data from Web Service:
{
"totalCount": 3,
"dataSet": [
{
"Department": "Dept1",
"Type": "Type1",
"Amount": "10"
},
{
"Department": "Dept1",
"Type": "Type2",
"Amount": "50"
},
{
"Department": "Dept2",
"Type": "Type1",
"Amount": "15"
}
]
}
It supposed to generate 2 columns and 2 rows in Crosstab, but it shows only first record and in Grand total column, it is showing 2 grand total in same column. (Please refer to my screenshot)
I also attached my datasource binding and fields in Crosstab.
Please help.
Thank you.
Hi,
I want to set Grid Lines when we do Export to Excel from Telerik Reports. But I did not find any such property to set for Excel.
Is there any way to do same?
Thanks & Regards,
Anu
Hi,
I have a table in group header section. I give the following command in the bin dings of each row of that table.
Visible - IIf(COUNT(1)>0,true,false)
The above expression is working well for table. But still the group header section is generating with empty space.
Which means there are some space above the detail section while preview the report.
I give the same binding for the group header section Visible - IIf(COUNT(1)>0,true,false)
But it is not work for group header section. What can i do now. Please suggest a solution. Thanks. :-)
Hello,
I created 6 report files. Each file has its own table, text description and chart. I added these 6 files into a Report Book.
Now I have a question, how do I make a table of contents to correspond to these title in these files, the directory may be similar to the picture
Thanks
Hi,
I'm porting an old reporting system to Telerik, and I need to adapt the old data provider strategy to a Telerik DataSource that I can use with a Telerik Report.
None of the DataSources provided suit my needs, so I'm thinking about implementing my own extension of DataSource abstract class. I didn't find any suggestion about that in the documentation; is it possible?
Thanks in advance and best regards.