Telerik Forums
Reporting Forum
1 answer
321 views

How do I remove the toolbar from report viewer in angular I just need the report because I'm planning to make a pie chart.

 

 

Mads
Telerik team
 answered on 19 Feb 2021
1 answer
509 views

I am designing a invoice format to print on pre-printed form.

the form has a 3 section:

header (for customer address)

detail (invoice line items, and this detail box is of fixed length/height)

footer (for invoice total and payment instruction notes) per-se.

problem here is I need to print the payment instruction on EVERY page but only print the invoice TOTAL on LAST page, above the payment instruction.

I tried put payment instruction on page footer, TOTAL on group footer but have problem controlling the visibility.

I am more familiar with Crystal Report but new with Telerik.

Thanks for helping.

 

Mads
Telerik team
 answered on 18 Feb 2021
1 answer
335 views

Let me start by saying that I have not yet used Telerik reporting so I really don't know what I'm talking about...

I'm trying to figure out what the process is for deploying a new report. Ultimately what I'm hoping to be able to do is deploy/inject new reports into an application that already has a report viewer and all the necessary components for running Telerik reports. The idea is that we don't want to have to create and deploy a new build of our product each time we have a new report. 

My apologies if my terminology is off but hopefully this makes sense.

Neli
Telerik team
 answered on 18 Feb 2021
1 answer
174 views

How can I draw a line vertical between two datapoints of a line Chart in Telerik Reporting?

Hope you can help!

Mads
Telerik team
 answered on 18 Feb 2021
5 answers
259 views

Hello,
I'm currently converting an old proprietary reporting system to Telerik.

To convert the legacy reports, I programmatically build a Telerik Report and map each property from the legacy domain model to the Telerik one; this approach works, but I'm experiencing problems with visibility property.

In particular, I need to define blocks of report items that can be shown/hidden accordingly to an expression that depends on data from the DataSource; my approach is:

  1. define each row of the legacy report as a Telerik Reporting TextBox with CanGrow and CanShrink properties enabled, an Height of 1pica and Docking set to Top; I do not set any position for the row, because as I understood correctly, docking to top automatically stacks the items.
  2. define a Telerik Reporting Panel for each group of rows that I need to control visibility of; the properties set are the Height (which is set as the Height of all the contained TextBoxes), the Docking (which is set to Top) and the Bindings (which binds the "Visibility" path to a user-defined expression that returns a boolean); I do not set any position for the panel neither, because as I understood correctly, docking to top also skips hidden items when stacking items.
  3. add the rows to the panel, and the panels to the report section.

I actually tried both Binding (like said above) and Conditional formatting, but the panels are always hidden (even if I force my user-defined expression to return true or false). What am I doing wrong?

NiccoMlt
Top achievements
Rank 1
Veteran
 answered on 18 Feb 2021
6 answers
294 views
This may be more of a visual studio question, but is there a way to "Zoom" in  while in the reporting designer view?  I have a lot of really small textboxes adjoining each other (think manual radgrid) and moving and aligning them has been difficult.  Any suggestions?  If I could view the designer at 200%, it would have taken about 1/2 the time.
pierre-jean
Top achievements
Rank 1
Veteran
Iron
 answered on 16 Feb 2021
13 answers
1.0K+ views

How do I export a report to HTML? I can export to PDF, JPEG, and MHTML just fine, but not HTML. Here is the code I'm trying to use:

    public static byte[] GetInvoiceHTML(Guid id, HttpServerUtility Server)  
    {  
        // Get report object (with data).  
        Telerik.Reporting.Report rpt = GetInvoiceReport(id, Server);  
 
        // Render report object to HTML (byte array).  
        string mimeType = string.Empty;  
        string ext = string.Empty;  
        Encoding encoding = Encoding.Default;  
 
        byte[] bytes = Telerik.Reporting.Processing.ReportProcessor.Render("HTML", rpt, null, out mimeType, out ext, out encoding);  
 
        // Convert byte array to string.  
        return bytes;  
    } 

The byte array returned is always 0 bytes.

Dimitar
Telerik team
 answered on 16 Feb 2021
3 answers
122 views
Hi there everyone. How are you? Hope you are doing great !! Actually I recently started working as a asp.net Developer and wanted to print graphs and invoices using Telerik reporting but you see I can't get my head around how Telerik reporting works ... I am designing the pdf in Visual studio and binding it with a DTO and programmatically Mapping values to it but you see there is no clear documentation nor there is any tutorial that will help me better understand Telerik reporting I am very frustrated. Help will be very much appreciated
Dimitar
Telerik team
 answered on 15 Feb 2021
1 answer
475 views

In reading, it appears that Telerik supports .NET 5 (.net core 5) and would like to migrate but do not see any documentation around it.   

My current solution is:

Full Framework project so I can use the VS designer to design the reports.  Each report consists of a .cs, .Designer.cs, and .resx file.

.NET 2.0 standard project with a file link to those reports (not a copy) for unit testing and consumption

example in the project file:

<ItemGroup>
    <Compile Include="..\OtherProject\Telerik\Report.cs" Link="Telerik\Report.cs" />
   <Compile Include="..\OtherProject\Telerik\Report.Designer.cs" Link="Telerik\Report.Designer.cs" />
   <EmbeddedResource Include="..\OtherProject\Telerik\Report.resx" Link="Telerik\Report.resx" />
</ItemGroup>

.Net Core 3.1 app consuming the .NET 2.0 standard project.

 

How do I migrate those reports from the .NET 2.0 standard project to a native .NET 5 project while maintaining the designer capability?

Todor
Telerik team
 answered on 15 Feb 2021
1 answer
344 views

I downloaded the Trial version of the reporting stuff and when I run the example project: CSharp.Net5.BlazorIntegrationDemo I get this exception:

 

Could not load type 'Telerik.Reporting.HtmlRendering2.HtmlReport' from assembly 'Telerik.Reporting, Version=15.0.21.120, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'.

 

please advise 

 

Neli
Telerik team
 answered on 15 Feb 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?