Telerik Forums
Reporting Forum
1 answer
132 views

Ok, admittedly, I haven't worked on this project for at least 3-4 years... However, a recent discovery of a bug means I need to modify some reports. We have got version 9.1.14.624 with no option to update....  Now when trying to run a report in debugger IIS Express we get the following error and reporting just halts and dies...rendering the product completely useless to us...

TypeError: Failed to execute 'initStorageEvent' on 'StorageEvent': parameter 8 is not of type 'Storage'.
    at setItem (c:\projects\stable\touchretail.trims.hub\reportviewer\js\telerikreportviewer-9.1.15.624.js:3531:27)
    at value (c:\projects\stable\touchretail.trims.hub\reportviewer\js\telerikreportviewer-9.1.15.624.js:3540:18)
    at Object.clientId (c:\projects\stable\touchretail.trims.hub\reportviewer\js\telerikreportviewer-9.1.15.624.js:3592:25)
    at setClientId (c:\projects\stable\touchretail.trims.hub\reportviewer\js\telerikreportviewer-9.1.15.624.js:527:31)
    at Object.<anonymous> (c:\projects\stable\touchretail.trims.hub\reportviewer\js\telerikreportviewer-9.1.15.624.js:547:18)
    at i (c:\projects\stable\touchretail.trims.hub\scripts\jquery-2.2.0.min.js:2:27066)
    at Object.fireWith [as resolveWith] (c:\projects\stable\touchretail.trims.hub\scripts\jquery-2.2.0.min.js:2:27829)
    at z (c:\projects\stable\touchretail.trims.hub\scripts\jquery-2.2.0.min.js:4:11828)
    at XMLHttpRequest.<anonymous> (c:\projects\stable\touchretail.trims.hub\scripts\jquery-2.2.0.min.js:4:15388)

How to fix this please?  We've not changed our code for donkeys years, so why would this stop working all of a sudden?

 

Silviya
Telerik team
 answered on 29 Mar 2019
0 answers
217 views
Hi team,

I am trying to add sort option to a table in which the data fields are given outside of any group. Following the documentation after adding sorting to a column, no sort button is appearing in the column header.  Are there any conditions for sorting to work on a table? Please provide assistance.
Athul
Top achievements
Rank 1
 asked on 28 Mar 2019
1 answer
298 views

Hello,

I am trying to pass two date parameters to my query in Query designer but i getting below progress error

 

ERROR[22001][DataDirect][ODBC Progress Openedge Wire Protocol driver]String data, right truncated.Error in parameter 3.

Whereas it is working for other data types like character, integer and logical.kindly help me to resolve this issue

 

Silviya
Telerik team
 answered on 27 Mar 2019
15 answers
749 views

I have an MVC application with a single page to render numerous reports based on user selection.  On the load of the page, no report is rendered until the users selects the desired report and sets some custom parameter controls then clicks a button to run the report.  In the button event handler, I am collecting the parameters and using $('#reportViewer1').telerik_ReportViewer(...); to display the report.  This works perfectly for the first run, but subsequent runs fail to reload the report, regardless of the parameter values changing.

I have tried to test for the existence of the reportviewer as below but this didn't do the trick either.  Is there a way for me to reuse the reportviewer or destroy it and start fresh each time?

var reportViewer = $("#reportViewer1").data("telerik_ReportViewer");
            if (reportViewer !== undefined)
            {
                reportViewer.reportSource({
                    report: "Website.Reports.ParameterCheck, Website",
                    parameters: {
                        ...
                    }
                });
            }
            else
            {
                $('#reportViewer1').telerik_ReportViewer({
                    serviceUrl: "/api/reports/",
                    templateUrl: "../Reports/telerikReportViewerTemplate-FA.html",
                    //AuthenticationToken: "myToken",
                    viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
                    scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
                    scale: 1.0,
                    reportSource: {
                        report: "Website.Reports.ParameterCheck, Website",
                        parameters: {
                            ...
                        }
                    },
                    ready: function () {
                        alert("refreshing");
                        this.refreshReport();
                    }
                });
            }
Silviya
Telerik team
 answered on 27 Mar 2019
2 answers
207 views
We want to add a Progress control to our reports, and haven't found a way to do it. I have a attached an image of what we would like, but if that's not possible if you can please guide us on how to get any kind of progress control in the reports.
Harsimrat
Top achievements
Rank 1
 answered on 26 Mar 2019
12 answers
1.1K+ views
Hi there,

Using the StaticText configuration option found in previous forum posts, I was able to successfully generate a CSV export without unnecessary text fields. However, I didn't see an option to change the order of the fields in the resultant CSV export. It seems that they're being generated in the order in which they are created (I could be wrong). Is there any way to customize the order in which text fields appear in a CSV export?

Thanks,
Mark
Ari
Top achievements
Rank 1
 answered on 26 Mar 2019
1 answer
232 views

Prerequisites:

Test Case:

  • Display Report  without MultiSelect.
  • Display Report with MultiSelect in the same page.

Expected: MultiSelect should display fine besides Telerik Report.

Actual: MultiSelect Displayed with corrupted style.

You can check and review my screen shoots for packages used and multiselect with report and without display.

Silviya
Telerik team
 answered on 25 Mar 2019
3 answers
242 views
Hello,

I have created a report with several groups.
These groups should display different aggregated values.
See picture 1.

Average and number are of course no problem.
But median and mode already rather.
For each group requires an array with the corresponding sorted values for the calculation.

I use the Rport Designer (stand allone) with the Report Server and need an aggregate function for median and mode.
How can I implement this?
Silviya
Telerik team
 answered on 22 Mar 2019
1 answer
365 views

Hi, I'm using Telerik.Reporting, Version = 11.1.17.614. I'm looking for examples of 'Table of Content 'in telerik. I can't find any example of how to use the 'Table of Content' on the pages you refer. How is the 'Table of Content' structure prepared? How is it included in the report? Is it possible for you to share an example project? There is a demo on these page (https://docs.telerik.com/reporting/table-of-contents ,  https://demos.telerik.com/reporting/report-book)  , but no code is available. Could you share sample code on 'Table of Content'?

 

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 21 Mar 2019
1 answer
194 views

Hi everyone,

I need to create a report, and i need to add a picture with full width size of the report itself and underneath it i need to add a list of items. This list must not overflow in another page, so the table must be on the same page. Using the pagesettings -> columncount option of the report i can archieve this, but the picture has to be contained in the same "column body" of the report. Is there a component that allows me to create a single table list that overflows the elements on the same page (divided by columns like the pagesettings described above)? How can i archieve this?

Regards, Francesco

Silviya
Telerik team
 answered on 21 Mar 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?