I am getting the following error when trying to use rollup to bundle my app which is using the Angular report viewer module:
? 'ReportViewer' is not exported by node_modules\@progress\telerik-angular-report-viewer\dist\dependencies\telerikReportViewer.js
https://github.com/rollup/rollup/wiki/Troubleshooting#name-is-not-exported-by-module
node_modules\@progress\telerik-angular-report-viewer\dist\es\telerik-report-viewer.component.js (6:9)
4: window.jQuery = jquery;
5: import '../dependencies/telerikReportViewer.kendo-2016.3.914.min';
6: import { ReportViewer } from '../dependencies/telerikReportViewer';
^
7: var TelerikReportViewerComponent = /** @class */ (function () {
8: function TelerikReportViewerComponent() {
I followed the link in the error description but am not sure what to put in the commonjs section of rollup.config (if this is the issue), this didn't seem to do anything:
plugins: [
nodeResolve({jsnext: true, module: true}),
commonjs({
include: 'node_modules/**',
namedExports: {
'chart.js': ['Chart'],
'@progress/telerik-angular-report-viewer': ['ReportViewer']
},
}),
uglify()
]
Hi,
I Created a report, when i preview the report it works fine but sometimes i get " InnerException" Error. I don't understand why i am getting this error. Please can anyone help me. Please find the below attached image.
Thanks,
Mans
While trying to open my coded step which is a vb I get this error and can't open it.
The invocation of the constructor on type 'ActiproSoftware.Windows.Controls.Syntaxeditor.Syndaxeditor' that matches the specified binding constraints threw an exception
Hi,
Im working on a multi themes application using NoXaml dlls and Telerik.Windows.Themes.<THEME>.dll libraries.
All works perfectly but not the repoirt viewer. The Telerik.Windows.Themes.<THEME>.dll don't contains Telerik.ReportViewer.Wpf.xaml resource?
Why?
You can add it on next release?
Thanks,
marc.

Hi,
I am using Telerik reporting.
I have some reports that have some graph and table in the report design.
When I try to export a report in CSV format, it was showing some extra static columns.
I have tried this
https://www.telerik.com/forums/report-export-to-csv-has-extra-columns
and this
https://docs.telerik.com/reporting/configuring-telerik-reporting
With the help of these configuration now static data is not showing in report, but now the problem is that report is exporting all the data present in report data source. So in report CSV I can see many tables spanning across different columns in CSV with varying number of rows.Is there any option available to control the data/component being exported in output CSV, lets say I just want to export a table data in CSV not the source data for some graph on the same report.
I have successfully created a reportslibrary.dll as a class
library containing my reports and when called from a winforms.exe it works as
expected.
I'm creating an add-on application for AutoCAD that requires my
code to be compiled as a class library(dll).
When I call on my reportslibrary.dll from my AutoCAD dll I receive
the following error:
Invalid report type
Value cannot be null.
Parameter name: type
Any reason why I
can’t call on my reportslibrary.dll from a dll and I can from an exe?
I have verified
all setting are the same.

Hi,
I'm trying to bring just the required data in line X. however empty data is also coming as if it were repeating.
