Telerik Forums
Reporting Forum
1 answer
188 views

I suspect the answer is no and that I will be directed to CSV Rendering Design Considerations & CSV Device Information Settings.

However, it seems not a little unintuitive for this to be a global rather than per report (or even per table) setting.

I am not (currently) set anything about reports programatically, my set up is simple, I have a report template on the report server that I run via the REST API and download the output document as a CSV.

I could, after downloading, then open the file and remove the header row. But I'm hoping that I am incorrect and there is some obscure report template setting somewhere, or perhaps an argument I can pass via the the REST api, that might allow me to decide on a per report basis how table headers are treated in CSV format.

Dimitar
Telerik team
 answered on 07 Apr 2022
0 answers
85 views

Hello,

 

Im trying to run the demos in visual studio. I installed the dependencies and clicked run but I am getting the following error, which is weird bcause I I open the report in telerik report designer I get the report correctly , some help would be realy appreciated.

The name of the demo is :reporting-samples\.NET Core 3.1 MVC

kind regards,

 

 

 

 

Daniela
Top achievements
Rank 1
Iron
Iron
Iron
 asked on 07 Apr 2022
1 answer
481 views

I have 3 report parameters. 

Fields.InvYear,

Fields.InvMonth,

Fields.InvQtr

I have 3 corresponding filters:

= Fields.InvYear = = Parameters.Year.Value

= Fields.InvMonth = = Parameters.Month.Value

= Fields.InvQtr = = Parameters.Quarter.Value

The year parameter is required, however I want the user to be able to pick either Month or Quarter. Even if I allow NULL or blank on the Month or Quarter parameters, Telerik says the parameters are required. The filters are hard coded to be AND, which should not make a difference if one of the parameters is blank. How do I create a "blank" entry?

My SQL fields:

DATENAME(YEAR, Invoice.DateCreated) AS InvYear,
DATENAME(MONTH, Invoice.DateCreated) AS InvMonth,
DATENAME(QUARTER, Invoice.DateCreated) AS InvQtr,
1 answer
647 views

- Visual Studio 2022
- Installed Telerik.Reporting (16.0.22.225) Manage Nuget Packages for Solution, Restarted VS, then installed via the Telerik Control Panel and targeted only VS 2022, did not install sample files, Restarted VS.
- Added new class library - Target Framework: .NET 6.0

When I add a new Blank report to the new class library, I get an error:
The reference "System.Windows.Forms, Version 4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" could not be added to the project.

The class library is empty except for this report.

 

Dimitar
Telerik team
 answered on 30 Mar 2022
0 answers
118 views
I have a wpf project, with a telerik reports Report Library project, a lot of time ago I don't make a reports here, I need to make a new report, and I do it, and I add a SQL data source, with a sql query and I run it and response me with the data ok, but in design mode, when I try to add a textbox, the reporter don't show me any info in "fields", I review all and I don't find what is wrong, what's going on??
Cynthia
Top achievements
Rank 1
 asked on 29 Mar 2022
3 answers
471 views

I need a series of reports that display folder information in a hierarchical layout (undeterminate number of folder level parents/children) so i need to find a way to create a report that presents each level and then its children recursively, such as a recursive BandedReport or possibly a Subreport would do...
- Data is retrieved from an SQL database table in a self-referencing datatable(the Folder.ParentID points to another folder record with the same Folder.FolderID. 
- I design the Reports in the StandAlone designer.
- We need them to be "self-processing"... that is, apart from setting parameters being passed from the calling Winforms Application, there should be no "additional processing" or "value setting" or "business logic" from the calling application. We need it to be truly "set parameters and call RefreshReport()" and let it go... This is so that we (AND our clients) can add reports like these to our application without needing to change application code or needing custom programming.

I have looked at and run the project from 2013 "Recursive HierarchyReporting" (https://www.telerik.com/forums/recursive-hierarchy-reporting) and found it somewhat useful except 1) it processes the selection of the subreports within the code class and 2) it uses a dataobject hierarchical layout within the data structure rather than a flat table of records that self reference.
can you point me to some more recent examples of how to accomplish the hierarchical report from a self referencing SQL datatable query?
many thanks!!

Nima
Top achievements
Rank 1
Iron
 answered on 28 Mar 2022
1 answer
140 views
Hello!.
After upgrade, report designer does not open with message "Cannot load file or assembly ' Telerik.Reporting.Design, Version=15.2.21.1125"

Tests I have done:
· Run from Extensions - Telerik - Reporting - Upgrade Wizard. The same error message appears.
· Create a new project and add a report. The result is that the same error message appears.
· From the Progress Control Panel I have uninstalled and reinstalled Telerik Reporting. Same result.
· I have run the Telerik.Reporting.VsX.vsix wizard from the BIN/VS2019 folder. Same result.
· I have tried to create a new project with VS2022 and the same thing happens.

Can you guide me what can I do? 
Esteban
Top achievements
Rank 1
Iron
Iron
 updated answer on 28 Mar 2022
0 answers
294 views

I have an issue with Telerik reporting.

I have set the caching to be on file. However, when generating large reports, the Cache folder keeps on recreating folder with all the cache items ( more than 10,000), and even if the report is closed on the browser, the cache folder keeps on being recreated every while.

 

Is there a way we can stop this or if we can stop caching ?

Samer
Top achievements
Rank 1
 asked on 25 Mar 2022
0 answers
938 views
I have a table in a parent group (not the detail). I have two report parameters, and two filters. One is the Fiscal Year, and the other is the Fiscal Period. I am trying to do a YTD sum based on the filter fields.Fiscal Period <= Parameters.FiscalPeriod.Value, and then SUM(Fields.Value). If I have have period 3 selected, for example, I get three rows returned. How do I SUM all the returned rows based on the period I selected?
Michael
Top achievements
Rank 1
Iron
Iron
 asked on 24 Mar 2022
1 answer
111 views

Hello,

We are migrating a 100+ reports from Crystal Reports to Telerik as part of an app redo. The old app was a windows app, the new app is an Angular (12 or 13) app. We will have the Angular ReportViewer presenting the report. The server side is C# .net5 or .net6.

We are the beginning of the project and have been creating proof of concepts to ensure functionality and no surprises when integrating with the main app.

The back-end database is MS-SQL (any version, any edition supported).

Focusing on speed, least data transmitted from server to client, etc. AND without concern for parameters - what is the recommended DataSource choice?

We are capable of using any of the supported methods, we just don't know if any have advantages given the above critera.

Thanks in advance for any help. 

Todor
Telerik team
 answered on 24 Mar 2022
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?