Telerik Forums
Reporting Forum
3 answers
599 views

Hi,

 

I have a .Net 5.0 RC2 Blazor WebAssembly application with System.Text.Json as json de/serialization support. I configured server project to serve reports, but I receive the error:

Property 'JsonResult.SerializerSettings' must be an instance of type 'System.Text.Json.JsonSerializerOptions'.

It is obvious that the error appears because the NewtonsoftJson package is missing - but I don't want to replace System.Text.Json de/serializing mechanism. The question is: is there a way to override/provide the json serializer settings and to skip this issue?

 

Thanks,

Ion

Ion
Top achievements
Rank 1
 answered on 29 Oct 2020
1 answer
201 views

Hi,

I want to add one straight line (the pink one from the image) on my bar series. How to do it?

Telerik reporting version 11.1.17.614, using visual studio 2015

Mads
Telerik team
 answered on 28 Oct 2020
1 answer
325 views

I am implementing a REST service with a custom report source resolver. There will be a single instance of the service.

For the IStorage interface implementation, which one offers better performance, FileStorage or MsSql Database storage? The load may be high, hundreds of reports in the same time.

For FileStorage, if I don't specify any location, what is the defaul location on the file system?

Todor
Telerik team
 answered on 27 Oct 2020
3 answers
512 views

                                         Valves
Posted on: 21 hours ago

Hi Team,
My issue is that when I run solution locally report generated as expected but on production server it generates blank report (all export buttons and other header information populating in server correctly only data is not shown.). Below is FYI,
We have dot net application targeting dot net framework 4.5.1 and which generates reports by taking report type as a parameter. Telerik report viewer is used for this. Also I checked by connecting to production database and data is populating when executed locally so no production Database side issue.  
When I run the site (production deployed site) and open developer tools I get - javascript runtime error 'xyz' is undefined. Can you please and assist how can I fix this?

Step1: When I select report type and click on generate get screenshot1.

Step2: When I click "yes" here get Screenshot2.

Todor
Telerik team
 answered on 27 Oct 2020
2 answers
339 views
<telerik:ReportViewer
          ID="reportViewer1"
          Width="90%"
          EnableAccessibility="true"
          PageMode="SinglePage"
          ScaleMode="FitPageWidth"       
          runat="server">
          <ReportSource Identifier="Report1.trdp" IdentifierType="UriReportSource">
              <Parameters>
                  <telerik:Parameter Name="AccountId" Value="25585" />
              </Parameters>
          </ReportSource>
      </telerik:ReportViewer>

 

I tried pass the Parameter via the html and code behind and it seems to be ignored. My Report1.trdp file reads a Stored Procedure passing in the AccountId. I am using a SQL Data source as part of the Report1.trdp file.

protected void Page_Load(object sender, EventArgs e)
      {
          if (!IsPostBack)
          {
              this.reportViewer1.ReportSource.Parameters.Add("AccountId", 25585);
          }
      }
Mark
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 26 Oct 2020
6 answers
364 views
does your reporting have an end-user designer that can be deployed for users to create custom reports with?

Thanks,
Maurice
Neli
Telerik team
 answered on 26 Oct 2020
6 answers
1.3K+ views

When I try to update Telerik Reporting using the Progress Control Panel, or uninstall my existing reporting, it aborts with an install error:

Product: Progress® Telerik® Reporting R1 2018 SP1 -- Error 1316. The specified account already exists.

Log attached.

Phil
Top achievements
Rank 1
 answered on 23 Oct 2020
2 answers
73 views

Good Afternoon All,

I have recently created a WinForms application that used the Report viewer.  Everything is working successfully on my machine however on the end users machine they are getting the attached error.

The application uses MySQL Database at the back end and the application set the datasource providername to the mysql data source at runtime.

I have ensured that the the setup project the dependencies for MySQL.Data.dll are visable and being deployed.  

Can someone please help me out with this to try and get it working on the end users machines.

Thanks in advanced

Luke

Ivan Hristov
Telerik team
 answered on 23 Oct 2020
1 answer
449 views

I'm just new here in Telerik Forum, I don't know if I'm in the right thread to ask this question.

I just want to know how to set the unit of measurement programmatically(code) using Telerik report viewer WinForm, Because I'm having a problem in viewing the print preview of my report using (US) System Unit Measurement ( Type: Metric / US ). In the Telerik Report Designer there is an option where you can change the Unit of Measurement, by changing the right unit of measurement in Telerik Report Designer the print preview is ok. but when I execute the program and print preview using Telerik Report Viewer WinForm  the print preview is not aligned correctly because it is set by default. and I guess the default unit of measurement of Telerik Report Viewer WinForm is (cm / Metric). Sorry for my grammar XD thank in advance.

Todor
Telerik team
 answered on 23 Oct 2020
1 answer
145 views

I built a Blazor app (server) on.NET Core 3.1 and I am using Telerik Reporting with the HTML5 viewer to present reports.  Everything is working, except the export formats only allow RTF, CSV, TIFF, and PDF.  My users need to be able to export to XLSX format as well. 

I have installed the NuGet package for DocumentFormat.OpenXml version 2.7.2 per the documentation, but I don't see the option showing up still, and I don't know how to troubleshoot the issue.  Any advice on what I am missing to get the additional format option to appear?

Nathan
Top achievements
Rank 1
 answered on 22 Oct 2020
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?