Telerik Forums
Reporting Forum
2 answers
326 views

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()
    ]

Mario
Top achievements
Rank 1
 answered on 11 Jan 2018
2 answers
176 views

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

Brian
Top achievements
Rank 1
 answered on 11 Jan 2018
0 answers
219 views

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

Charitos
Top achievements
Rank 1
 asked on 11 Jan 2018
5 answers
269 views

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.

Katia
Telerik team
 answered on 10 Jan 2018
0 answers
647 views

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.


Pardeep
Top achievements
Rank 1
 asked on 10 Jan 2018
3 answers
356 views

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.


Todor
Telerik team
 answered on 10 Jan 2018
0 answers
90 views

Hi, 

 

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

Matheus
Top achievements
Rank 1
 asked on 09 Jan 2018
0 answers
149 views
When I export a report from the HTML5 report viewer by clicking the "Download" dropdown and pick "Excel Worksheet" I see that the negative numbers in the table have a " ' " (single quote) character before them.  The same report when exported as "CSV" or "PDF" doesn't have this issue. Anyone run into this before?
Karthik
Top achievements
Rank 1
 asked on 09 Jan 2018
1 answer
514 views
Hello, I need an example of how to do a "select all" in the filter parameter of the report. Can you help me?
Silviya
Telerik team
 answered on 09 Jan 2018
0 answers
152 views
Hi 
Sorry about my last post I think I was not clear enough in explaining what I am encountering. I am attaching the screenshot below in which I have a section name Social Security which does not have any records in any of the fields for each employee. So this portion should be hidden, but I am not able to get what I am looking for. Maybe someone can help me out.

Thanks
Muhammad
Top achievements
Rank 1
 asked on 09 Jan 2018
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?