Telerik Forums
Reporting Forum
1 answer
239 views
Our projects are asp.net core projects which are running in docker, how to use user functions in such environment?
Anders
Top achievements
Rank 1
 answered on 19 Jul 2019
26 answers
974 views
I have just started working with Telerik Reporting and I was wondering if this will be possible.  We have a need to create a generic report that can be used by several different clients to generate a report for their data, but also showing them their logo and possibly other information specific to them.  Is it possible to make these kinds of modifications dynamically to the report after the generic one has been created?
Todor
Telerik team
 answered on 19 Jul 2019
2 answers
781 views

Hello,

as you can see in the attached file I have a textbox named textBox4.

This textbox is located at pageHeaderSection1.

Is it possible to set a datasource or a Binding to that textBox or must I have a table with one cell to set a datasource?

 

And another question:

Is it possible to turn the text by 90 ° in the header of the columns, so I have more space?

I have not found anything in the properties.

Please see the attachement table1.jpg!

 

 

 

 

 

Silviya
Telerik team
 answered on 18 Jul 2019
2 answers
152 views
I want to display several subreports in the same main report, how to do it please?
Anders
Top achievements
Rank 1
 answered on 18 Jul 2019
3 answers
288 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
166 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
504 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
310 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
107 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
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?