Telerik Forums
Reporting Forum
3 answers
249 views

Hi,

From where i can download and install telerik reporting Version=6.0.12.215. It automatically download the latest version. But i want the older version 6.0.12.215 to be installed on my machine

 

Can you please help me out of this issue ?

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 17 Jul 2019
1 answer
153 views

I've seen in the new demo, the multivalue parameter allow autocomplete.

Since when is it available? Which version?

Thank you

Neli
Telerik team
 answered on 16 Jul 2019
2 answers
474 views

Hello,

Since Entity Framework Core 3.0 has been changed from .Net Standard 2.0 to .Net Standard 2.1 only support, how long will it be before the standalone Report Designer is upgraded to support using those assemblies as ObjectDataSources?

Thank you,

Scott

Silviya
Telerik team
 answered on 15 Jul 2019
7 answers
281 views

I'm rather new to Telerik and I'm picking up an ASP.NET MVC project at work from a previous developer...so bear with me.

I recently updated from 2016 R3 version 10.2.16.1025 to 2019 R2 version 13.1.19.618 and mistakenly used the updating tool for non web projects from the Upgrade Wizard for Visual Studio Telerik Reporting. I manually updated the reference dll's and checked all of the required references but the report viewer does not render correctly. The behavior is shown in both Chrome and Firefox. When the report initially loads everything is collapsed into the top left corner. If something resizes the page or refreshes the page it corrects itself. Please see attached images. Is there anymore information needed to help troubleshoot?

Thank you

Neli
Telerik team
 answered on 15 Jul 2019
4 answers
100 views
does kendo.ui.Spreadsheet supports picture uploading?   https://docs.telerik.com/kendo-ui/api/javascript/ui/spreadsheet
Dimitar
Telerik team
 answered on 12 Jul 2019
7 answers
1.0K+ views

good morning

When I run a report in this reportViewer generating a cache of information.

When I change the value of information in the database and run the report again, the report is still with the old information.

 

 $("#reportViewer1").telerik_ReportViewer({
            serviceUrl: "api/ReportClient",
            templateUrl: "Content/reports/templates/telerikReportViewerTemplate-9.0.15.324.html",
            reportSource: {
                report: "{ id : 81 }",
                viewMode: telerikReportViewer.ViewModes.PRINT_PREVIEW,
                scaleMode: telerikReportViewer.ScaleModes.FIT_PAGE_WIDTH,
                scale: 1.0,
                PersistSession: false
            }
        });       
    });​

 

//SERVICE

 public class ReportClientController : ReportsControllerBase
    {
        protected override IReportResolver CreateReportResolver()
        {
            return new ClientReportResolver();
        }
        protected override ICache CreateCache()
        {

            var cache =     Telerik.Reporting.Services.Engine.CacheFactory.CreateFileCache(HttpContext.Current.Server.MapPath("~/App_Data/CustomReports/cache"));
    return cache;
        }​

 

I've tried removing the overhead of the method but the reportViewr exisge this overload

 

Iurii
Top achievements
Rank 1
 answered on 11 Jul 2019
5 answers
581 views

How to config expand/Collapse with dynamic parameter when initial load page.

Ex: I have parameters Collapse = True. The report load initial page collapse report But Collapse = False then The report load initial page expand all row in report.

Regards
TruongSon

 

Todor
Telerik team
 answered on 11 Jul 2019
1 answer
202 views

Hi

As i know telerik reporting support PageBreak for Group. But i want to config set pagesize for each page report.

EX: I have 100 row record. I set pagesize = 20 => i have 5 page.

Regard

Truong Son

Todor
Telerik team
 answered on 11 Jul 2019
1 answer
1.1K+ views
Hello Supports,
I want to try and install Nuget packages Telerik.Reporting and Telerik.Reporting.Services.AspNetCore for my Asp.net Core project but it isn't found.
I followed the instructions at this link "https://docs.telerik.com/reporting/html5-report-viewer-asp-net-core-2".
But when I go to the option "Manage Nuget packages", these are no available the packages to download (see the attached file).
Is it missing from the private nuget feed ?
I used https://nuget.telerik.com/nuget as my nuget feed.

Thank you.
Silviya
Telerik team
 answered on 11 Jul 2019
1 answer
126 views

So, I'm binding a DataSource to LINQ query in the ItemDataBinding event. My detail section is generating a member for each item in this list, but *sometimes* the cross tab in the detail section will be completely blank.

The detail section is getting some data -- I have a textbox in it with =Fields.Name that is properly populating 100% of the time. However, the crosstab binding to =ReportItem.DataObject.Name (and any other information relating to this DataObject) is simply blank.

 

Unsure how to diagnose or proceed. Please help!

Silviya
Telerik team
 answered on 11 Jul 2019
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?