Declined
Last Updated: 25 Feb 2021 07:33 by ADMIN
Created by: Sylvain
Comments: 1
Category: Reporting
Type: Bug Report
0

Hi,

Yesterday I upgraded our application to Angular 11 and the builds started failing with a couple of different errors. First of all there was this with Ivy enabled:


Error: ./node_modules/@progress/telerik-angular-report-viewer/dist/dependencies/initExtDeps.js
Module not found: Error: Can't resolve '.\telerikReportViewer.kendo.min' in '/home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies'
resolve '.\telerikReportViewer.kendo.min' in '/home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies'
  using description file: /home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/package.json (relative path: ./dist/dependencies)
    Field 'browser' doesn't contain a valid alias configuration
    using description file: /home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/package.json (relative path: ./dist/dependencies/telerikReportViewer.kendo.min)
      no extension
        Field 'browser' doesn't contain a valid alias configuration
        /home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min doesn't exist
      .ts
        Field 'browser' doesn't contain a valid alias configuration
        /home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min.ts doesn't exist
      .tsx
        Field 'browser' doesn't contain a valid alias configuration
        /home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min.tsx doesn't exist
      .mjs
        Field 'browser' doesn't contain a valid alias configuration
        /home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min.mjs doesn't exist
      .js
        Field 'browser' doesn't contain a valid alias configuration
        /home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min.js doesn't exist

      as directory
        /home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min doesn't exist
[/home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min]
[/home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min.ts]
[/home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min.tsx]
[/home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min.mjs]
[/home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/dependencies\telerikReportViewer.kendo.min.js]
 @ ./node_modules/@progress/telerik-angular-report-viewer/dist/dependencies/initExtDeps.js 9:19-62
 @ ./node_modules/@progress/telerik-angular-report-viewer/dist/es/telerik-report-viewer.component.js
 @ ./node_modules/@progress/telerik-angular-report-viewer/dist/es/main.js
 @ ./libs/handling/ship-dossiers/src/lib/handling-ship-dossiers.module.ts
 @ ./libs/handling/ship-dossiers/src/index.ts
 @ ./apps/aline-portal/src/app/app.routing.ts
 @ ./apps/aline-portal/src/app/app.module.ts
 @ ./apps/adash/src/app/app.module.ts
 @ ./apps/adash/src/main.ts
[91m @ multi ./apps/adash/src/main.ts

Checking the initExtDeps.js file, this error is completely legit since it has a path to file with Windows notation. Our builds run in Linux containers, making this fail, obviously. Changing that file manually makes to requre like so

window.kendo = require('./telerikReportViewer.kendo.min');

makes the build succeed.

When disabling Ivy I'm getting the following error, which I was unable to resolve:

Error: Cannot determine the module for class TelerikReportViewerComponent in /home/sylvain/aline-web/node_modules/@progress/telerik-angular-report-viewer/dist/cjs/telerik-report-viewer.component.d.ts! Add TelerikReportViewerComponent to the NgModule to fix it.
I tried the 3 latest versions of the viewer component, all of them had the same issues.
Declined
Last Updated: 03 Mar 2021 11:11 by ADMIN

I have C# external c# function that my report is uses =pws_service.Reports.ReportFunctions.IndentLevel(Fields.Pad, Exec('table5', AllDistinctValues(Fields.Pad)))

It looks like the report designer is unable to locate the c# function code. Is there a configuration to say where this code lives?

 

Declined
Last Updated: 24 Mar 2021 10:21 by ADMIN
Created by: Swaleh
Comments: 1
Category: Reporting
Type: Feature Request
0
I would like to reorder the columns in a table but that cannot be achieved by a simple drag and drop.
Declined
Last Updated: 28 Apr 2021 14:32 by ADMIN
Created by: Revanth
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi, how to create variable column width in programmatically created table? means how to adjust the width of the column based on dynamic data?

Declined
Last Updated: 01 Jun 2021 14:59 by ADMIN
Created by: Rupinder
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi Team,

Thanks for your regular support.

I Want to hide the GroupFooterSection if I don't have any data to be displayed(zero records found case).

Please let me know the solution for the above case.

Regards

Ausfleet Team.

 

 

Declined
Last Updated: 22 Jun 2021 10:52 by ADMIN

 

I am using Telerik Report Designer 15.1.21.512

I have created a Web Service Datasource:

The returned Raw String in Preview Data in the Wizard:

Raw

{
 "Ordinal": 0,
 "Cardinality": 1,
 "Tuples": [
   {
     "Ordinal": 0,
     "Members": [
       {
         "Name": "Total ProfitLossBalance"
       }
     ]
   }
 ]
}

Everything appears to work, however the Datasource returns an Error:

System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei Telerik.Reporting.Processing.WebServiceDataSource.WebServiceClient.SendCore(IWebServiceRequestSettings settings, AuthenticationHeaderValue authHeader, HttpClient httpClient, HttpClientHandler httpClientHandler)
   bei Telerik.Reporting.Processing.WebServiceDataSource.WebServiceClient.Request(WebServiceDataSource processedDS)
   bei Telerik.Reporting.Processing.WebServiceDataSource.WebServiceDataProvider.GetRemoteRawData(WebServiceDataSource processedDS)
   bei Telerik.Reporting.Processing.WebServiceDataSource.WebServiceDataProvider.get_RawData()
   bei Telerik.Reporting.Processing.WebServiceDataSource.WebServiceSchemaAdapter.AddDataMeasures(SimpleDataModel model)
   bei Telerik.Reporting.Processing.Data.SimpleSchemaAdapterBase.Fill(SimpleDataModel model)
   bei Telerik.Reporting.Processing.Data.SimpleDataProvider`1.GetSchemaCore()
   bei Telerik.Reporting.Processing.Data.DataProvider`1.Telerik.Reporting.Processing.Data.IDataProvider.GetSchema()
   bei Telerik.Reporting.Data.Design.DataSourceService.GetLocalSchema(IDataSource datasource, IDataProviderContext dataProviderContext)
   bei Telerik.Reporting.Data.Design.DataSourceDesignerBase.Telerik.Reporting.Design.Interfaces.IDataSchemaProvider.GetSchema()
   bei Telerik.Reporting.Data.Design.DataSourceService.GetSchemaFromContext(Object context)
   bei Telerik.Reporting.Data.Design.DataSourceService.Telerik.Reporting.Design.Interfaces.IDataSourceService.GetCurrentDataItemSchema(Boolean getFromParentRecursively)
   bei Telerik.Reporting.Design.DataExplorerControl.<>c__DisplayClass2.<RefreshDataSource>b__0()
Under Review
Last Updated: 23 Jul 2021 11:52 by ADMIN

I would like to be able to access the report template layout using the ref so that I can save the report template outside of the designer.  Similar to this:

 

<button type="button"class="btn btn-light btn-sm" @onclick="Save">Save</button> <WebReportDesigner @ref="designer1" DesignerId="wrd1" ServiceUrl="/api/reportdesigner" Report="Dashboard.trdp" ToolboxArea="new ToolboxAreaOptions() { Layout = ToolboxAreaLayout.Grid }" PropertiesArea="new PropertiesAreaOptions() { Layout = PropertiesAreaLayout.Categorized }" /> @code { WebReportDesigner designer1; void Test() { var layout = (byte)designer1.Report.Layout;

} }

Declined
Last Updated: 07 Oct 2021 12:24 by ADMIN
Created by: Stéphane
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi,

I would like to know if it's possible to reconsider this request, or at least to leave it open for a longer period of time so people can vote. It would be really nice to be able to integrate existing SSRS reports. We have a lot, I really mean a lot, of SSRS reports. We believe using another third party would just make our "ecosystem" more heterogeneous.

I'm pretty sure we're not alone with tons of SSRs reports that are waiting for a seamless integration with Telerik UI for Blazor.

Thanks in advance

Stéphane Roy

 

 

Declined
Last Updated: 16 Nov 2021 12:24 by ADMIN
Created by: Bernard
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi,

It would be very practical to have a component that could display HTML and CSS code from a data source.

 

Thank you

Bernard

Unplanned
Last Updated: 19 Nov 2021 11:08 by ADMIN
The issue is reproducible in Standalone Report Designer which internally uses RadRibbonWindow. When the Auto-hide taskbar feature in Windows is enabled and the window is initially maximized, the RadRibbonWindow position is not correctly calculated and looks offset. Here's the corresponding issue in Progress® Telerik® UI for WPF Feedback Portal: RibbonWindow: The window is clipped when maximized initially and OS taskbar is auto-hiding.
Under Review
Last Updated: 09 Dec 2021 08:38 by ADMIN
Created by: Cedric
Comments: 1
Category: Reporting
Type: Bug Report
0

I am using the stand alone report designer, connected to a report server.
In the report I am designing, I have several cross tabs. We now want to create the same crosstabs, with additional filtering for the data.

- I copy the existing crosstab, then paste it.

Both cross tabs now reference the SAME row groups. Because of this, when I edit the filters, it just doesn't work. Looks like there are reference issues when the copy / paste is done, not all the objects within the cross tab are getting a new copy.

 

Original crosstab - it has a row group called "groupName1" :

 

Copied crosstab - same "groupName1" row group - it shouldn't be the same row group object.

Declined
Last Updated: 13 Dec 2021 14:17 by ADMIN
Created by: Matthew
Comments: 1
Category: Reporting
Type: Feature Request
0
I have websites that contain different kinds of Telerik reports. They are rendered in the HTML5ReportViewer control.  Some reports need to go to special label printers.  Other reports need to go to standard laser printers.  It would be a lot easier on the users (and waste less paper) if the website could set the default printer for each report so the users do not have to remember to change to the correct printer.
Declined
Last Updated: 27 Dec 2021 07:32 by ADMIN
Created by: Shawn
Comments: 1
Category: Reporting
Type: Feature Request
0
Integrate a SSRS report viewer that can be used in a Blazor Server application.
Declined
Last Updated: 14 Jan 2022 14:25 by ADMIN
Created by: Shannon
Comments: 1
Category: Reporting
Type: Feature Request
0
Please.  Please.  Please add a setting that opens the Preview in Print Layout by default instead of Interactive Layout.  I understand the difference.  I understand that Interactive opens faster, but it is almost impossible for me to explain to my end-users why the preview doesn't actually look like the printed version until you click another button to toggle to Print Preview.  I hope you will consider this so that the hate mail in my inbox decreases.  :)
Declined
Last Updated: 26 Jan 2022 07:51 by ADMIN
Created by: Ryan
Comments: 1
Category: Reporting
Type: Feature Request
0

I have a request that probably doesn't require much explanation. It would be helpful to allow comments in expressions created via the standalone designer to help explain particularly complex and infrequently encountered logic.

 

Unplanned
Last Updated: 09 Feb 2022 14:54 by ADMIN
Created by: Tim
Comments: 1
Category: Reporting
Type: Feature Request
0

When building report templates in the Standalone Report Designer, it would be very helpful to have a keyboard shortcut to access the Property Browser and possibly the other panels (Report Explorer, Data Explorer, Group Explorer).

I have grown accustomed to the shortcuts available in Visual Studio for similar access. For instance, the F4 key will jump to the Visual Studio Properties panel (at least in my configuration) from a designer window. This makes it easy to update things like field name, size, location, and other properties without constantly reaching for the mouse.

Visual Studio uses Control-R to access its Project Explorer (again, in my C#-centric configuration), perhaps similar to the Report Designer's Report Explorer.

Adding these keyboard shortcuts, whether fixed to specific keys or configurable, would speed up report development for keyboard-bound programmers like me.

Declined
Last Updated: 18 Feb 2022 15:50 by ADMIN
Created by: Jaume
Comments: 1
Category: Reporting
Type: Feature Request
0

Hello,

The Telerik Reporting REST service with CubeDataSource component that now can only be used with the .NET Framework.

We'd like to request that this component for .NET Core 6.

Thanks in advance.

Declined
Last Updated: 04 Apr 2022 13:39 by ADMIN
Created by: Robert
Comments: 1
Category: Reporting
Type: Feature Request
0

Ability to split sections for use in Conditions and Formatting.

Example: Detail split into Detail-A and Detail-B where either or both may display based on a condition defined at the Section Split level.

For Crystal Report users (myself since 2008) this is a very important feature.

It allows a single report be used for detail or summary reporting as well as multiple conditions for display.

This is an example from CR:

Unplanned
Last Updated: 04 Apr 2022 11:32 by Todor

When a Report Parameter is Nullable, and the Null value comes from the data source, for example, from a JsonDataSource assigned to the parameter AvailableValues, the Desktop viewers don't recognize this value and show an exception that the parameter value is not valid. You need to check the NULL checkbox to set the parameter value to Null.

In the Html5 Viewer, the same is working as expected, and the Null value from the data source is correctly set directly to the parameter.

The link to the Nullable Parameter video demonstrates the issue.

Unplanned
Last Updated: 04 Apr 2022 12:38 by Todor

When I display the page count in PrintPreview mode with the following function, the result depends on the value of the Report property SkipBlankPages and may be wrong:

= PageCount("Report1", 1)

If I use only:

= PageCount

the result is correct.

The linked PageCount video demonstrates the problem.