Telerik Forums
Reporting Forum
2 answers
143 views

Hello,

My project is looking to replace our old embedded crystal reports engine with a better .Net solution. However we have some customers that require Aztec 2D barcodes which is not listed as a supported format in the user guide. Is there a plugin or a method for our development team to extend and add Aztec support? or should we look to another reporting engine to satisfy this requirement?

Thanks,

James

James
Top achievements
Rank 1
 answered on 29 Mar 2021
7 answers
1.4K+ views

Hi,

I am evaluating the Telerik Reports to use instead of Active Reports. I've managed to get everything working but I'm having an issue with printing long receipts.

Short receipts aren't a problem and work perfectly fine. However, if I try and print a very long receipt i.e. 15xA4 in length for an end of day till report via receipt, it prints OK the first time but thereafter ALL receipts print a blank page.

Restarting the software doesn't fix the receipt printing - you have to completely reboot your computer for the receipt print to be able to print properly again.

This happens in my demo software, furthermore it also does the same thing whilst using Telerik Report Designer - you'll be able to replicate the problem easily.

Is there a way around this please as I can't move over whilst this isn't working?

Kind regards,

Matt.

Neli
Telerik team
 answered on 29 Mar 2021
1 answer
132 views
In Telerik report, the page footer section has not accept sub report and table. then how could I show table like data's ?
Please give any suggestion for this ?
Mads
Telerik team
 answered on 26 Mar 2021
2 answers
475 views

I want to set the DataSource parameters at Webforms runtime so I created a DataSource with the code below. Hos do I attached this to the report before setting the ReportViewer reportSource? I can create a Report object and set the DataSource but how do I assign it to the reportsource which is set to the viewer?

 

 Telerik.Reporting.SqlDataSource sqlDataSource = new Telerik.Reporting.SqlDataSource();
                sqlDataSource.SelectCommand = "SELECT * FROM VerifiedComponents WHERE ItemNumber = @ItemNumber";
                sqlDataSource.Parameters.Add("@ItemNumber", System.Data.DbType.String, "14545454545");         

 

  Telerik.ReportViewer.Html5.WebForms.ReportSource reportSource = new Telerik.ReportViewer.Html5.WebForms.ReportSource();
                reportSource.IdentifierType = Telerik.ReportViewer.Html5.WebForms.IdentifierType.TypeReportSource;
                reportSource.Identifier = typeof(Report1).AssemblyQualifiedName;             

              reportViewer1.ReportSource = reportSource;     

james
Top achievements
Rank 1
 answered on 25 Mar 2021
2 answers
301 views

I'm designing a Report in the Standalone Report Designer and consuming it in a WPF application. 

I want to anchor an image to the bottom of the report details section. To this end I have set the anchoring property = bottom.

When I view the report in the WPF application in Print Preview mode the image appears half way up the page (the same is true when it is printed), however, If I switch the Report Viewer to interactive view the image appears anchored to the bottom of the page as desired. 

How can I get the image to be anchored to the bottom of the page when printed ? 

 

Dale
Top achievements
Rank 1
 answered on 25 Mar 2021
2 answers
112 views

Hi,

I'm trying to apply a background image to the Plot Area of a Scatter Graph. The image loads fine but i can't find the option to change it's size to scalonate to picturebox size.

I'm using Telerik 13.0.19.222

Thanks,

Nuno

Neli
Telerik team
 answered on 24 Mar 2021
2 answers
1.9K+ views

I'm trying to modify my reports using Telerik Report Designer R3 2020, but every time I got a Telerik has stopped working.

I opened a new instance in VS 2019 to debug the program and this what I got:

 

Unhandled exception at 0x00007FFC5891DACE (ucrtbase.dll) in Telerik.ReportDesigner.exe: Fatal program exit requested.
Abdechafi
Top achievements
Rank 1
Veteran
 answered on 24 Mar 2021
8 answers
618 views

Hello,

I want to display Several pie charts like the attached sample.
Each diagram represents a group and shows the value of the contribution of each component to the group total.

I can't figure out how to add these diagrams fed from the same data source all at once.

 

Please advise me any way to address the requirement.

Regards

 

Todor
Telerik team
 answered on 24 Mar 2021
6 answers
549 views
Hi, I have a reportviewer with a couple of reports but I need to export them in a single worksheet, is that posible, or what's the right approach. Thanks
Mads
Telerik team
 answered on 23 Mar 2021
3 answers
462 views

Hi, 

I've poured over numerous documents for many hours and can not find a resolution.

Inside the TRDX file there is a SQL statement, it is hard coded to 'WHERE ProjectId = 1234'

When I create a report parameter and add to the UriReportSource, it never works. 

 

The SqlDataSource has this parameter

<Parameters>
        <SqlDataSourceParameter DbType="Int32" Name="@ProjectId" />
</Parameters>

At the bottom of the .trdx file, it has this parameter.

<ReportParameters>
    <ReportParameter Name="ProjectId" Type="Integer" Visible="True">
      <Value>
        <String>= Parameters.ProjectId.Value</String>
      </Value>
    </ReportParameter>
  </ReportParameters>

 

C# on reporting view page, 

    Telerik.Reporting.Parameter p = new Telerik.Reporting.Parameter();
    p.Name = "ProjectId";
    p.Value = 1234;
    uriReportSource.Parameters.Add(p);
    rpvCustom.ReportSource = uriReportSource;

Any help is greatly appreciated, my client is creating these reports with the standalone designer, but we can only get results with hard coding.

 

 

thelostleaf
Top achievements
Rank 2
 answered on 19 Mar 2021
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?