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.tsChecking 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 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?
Hi, how to create variable column width in programmatically created table? means how to adjust the width of the column based on dynamic data?
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.
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 |
|---|
{ |
Everything appears to work, however the Datasource returns an Error:
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.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;
}
}
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
Hi,
It would be very practical to have a component that could display HTML and CSS code from a data source.
Thank you
Bernard
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.
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.
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.
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.
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:
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.
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.