Telerik Forums
Reporting Forum
0 answers
9 views

Hello.
I am using ASP.NET Framework, and in the Telerik.Reporting.Graph section I have a chart that is populated by a stored procedure.
The output of my stored procedure has three columns: DayOfMonthProductionType, and Value, and it is structured as follows.

DayOfMonth ProductionType Value
1 Staple 1244
1 SumAll 3066.2
1 Tow 1822.2
2 Staple 624.9
2 SumAll 3984.6
2 Tow 3359.7
3 Staple 1865.38
3 SumAll 5126.18
3 Tow 3260.8

ProductionType has three values: TowStaple, and SumAll.

I need SumAll to be displayed as a line chart, and Tow and Staple to be displayed as bar (column) charts within the same chart.
DayOfMonth should be displayed horizontally on the X-axis and represent the days of the month.

No matter how much I tried, I could not limit the ProductionType values in the line chart using the filters in:

  • series < lineSeries1 < GraphGroup < Filters
  • series < SeriesGroup < Filters

so that only ProductionType = SumAll is shown in the line chart.

The only place where I managed to apply this filter was in:

  • Data < SeriesGroup < Filters

but that filters the entire dataset, causing the bar chart to be filtered as well.

Please help me with this issue.
A sample of my code is attached.

Thank you.

 

0 answers
58 views
I laid out in the detail section a form that will be physically printed and I just need the number from the database to appear in the upper right. My goal is for the form to repeat for every row in the database. Currently a table with the database put in the upper right shows all the values in the table and it pushes everything below it down page.
Lawrence
Top achievements
Rank 1
 asked on 03 Dec 2025
1 answer
36 views

I understand that licensing terms for Telerik Reporting have recently changed.

Does this change affect distribution of the Report Designer? I have not found any reference to that in the documentation.  Based on what I had read in your forums, documentation, and blogs in the past, the Report Designer was freely distributable.  I would have expected any change to be reflected in your Licensing FAQ.

Thank you for your clarification.

Best regards, 
Mark

Ivet
Telerik team
 answered on 26 Nov 2025
1 answer
42 views

I have a report with all of the content in a  group header section, all of which fits nicely on one page with one problem. I have a subreport in the content shown here on the designer;

The Subreport is a simple name list with just a detail section (no headers - the waring is that it's not full page width and will be extended horizontally - not what I want, but OK...);

However, it renders like this;

I.e. With a page break before it, with the sub report object (Green) from the main report expanding to full page height, then another page break afterwards and then the rest of the content

I've checked all of the page break settings and they're all set to none - anyone seen anything similar?

 

Richard
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 30 Oct 2025
3 answers
60 views

Hi,

after installation of Telerik Reporting (with examples option checked) I got installed AdventureWorks database, but it is empty and I can't run any example report without data.

Where can I get backup of AdventureWorks database with data ?

0 answers
44 views

Good Morning,

i get empty pages in word from processing from telerik designer

Peter
Top achievements
Rank 1
 asked on 23 Sep 2025
1 answer
32 views
Hi I am using telerik report in web forms. we have implement it is from physical file i..e report definition  is present in SQL columns. will be modified at runtime and save a file in temp path. and set in to report viewer.

in c# 
 var clientReportSource = new Telerik.ReportViewer.Html5.WebForms.ReportSource();
 clientReportSource.IdentifierType = IdentifierType.UriReportSource;
 clientReportSource.Identifier = strXml;

how it can be used in in-memory or  without using physical file as references.
1 answer
44 views

Hello,

we have an existing and large reporting project which we moved from .NET Framework 4 to .net 8 now (<TargetFramework>net8.0-windows</TargetFramework>). Build the project in Visual Studio is fine and successful.

When I try to open a report of this project in the ReportDesigner by selecting the .cs file I get a dialog in which thje correct Designer und project file is shown. Pressing Finish leads to the following error which I do not understand because the TargetFramework point to a windows plattform:

Build in progressMSBuild-Version 17.14.18+a338add32 für .NET Framework
Der Buildvorgang wurde am 16.09.2025 13:43:02 gestartet.
Projekt "D:\Workspace\MainNext\Components\Report\de.ser.Reporting\de.ser.Reporting\de.ser.Reporting.csproj" auf Knoten "1" (Standardziele).
C:\Program Files\dotnet\sdk\9.0.304\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets(142,5): error NETSDK1136: Die Zielplattform muss auf Windows festgelegt werden (üblicherweise durch Einbeziehen von "-windows" in die TargetFramework-Eigenschaft), wenn Windows Forms oder WPF verwendet wird oder auf Projekte oder Pakete verwiesen wird, die dies tun. [D:\Workspace\MainNext\Components\Report\de.ser.Reporting\de.ser.Reporting\de.ser.Reporting.csproj]
Die Erstellung des Projekts "D:\Workspace\MainNext\Components\Report\de.ser.Reporting\de.ser.Reporting\de.ser.Reporting.csproj" ist abgeschlossen (Standardziele) -- FEHLER.
Fehler beim Buildvorgang.
"D:\Workspace\MainNext\Components\Report\de.ser.Reporting\de.ser.Reporting\de.ser.Reporting.csproj" (Standardziel) (1) ->
(_CheckForInvalidWindowsDesktopTargetingConfiguration Ziel) -> 
  C:\Program Files\dotnet\sdk\9.0.304\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets(142,5): error NETSDK1136: Die Zielplattform muss auf Windows festgelegt werden (üblicherweise durch Einbeziehen von "-windows" in die TargetFramework-Eigenschaft), wenn Windows Forms oder WPF verwendet wird oder auf Projekte oder Pakete verwiesen wird, die dies tun. [D:\Workspace\MainNext\Components\Report\de.ser.Reporting\de.ser.Reporting\de.ser.Reporting.csproj]
    0 Warnung(en)
    1 Fehler
Verstrichene Zeit 00:00:01.77

How to solve this error?

Regards,

Chris

Dimitar
Telerik team
 answered on 19 Sep 2025
2 answers
522 views

I want to create a report which includes one section (likes multi-column report) and another section (like one -column report), more detail on the attached file.

After researching, I haven't found the solution yet.

So Could Telerik builds this kind of report??

Thanks!

Mateusz
Top achievements
Rank 1
Iron
 answered on 16 Sep 2025
1 answer
81 views

Can't find nuget packages: 

dotnet package search --verbosity detalied --source https://nuget.telerik.com/v3/index.json   --prerelease

returns

****************************************
Source: TelerikNuGetV3 (https://nuget.telerik.com/v3/index.json)
| Package ID                                       | Latest Version | Owners | Total Downloads |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.DataSource.Trial                         | 2.0.1          |        | 0               |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Core.Trial                     | 2020.1.212     |        | 0               |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Fixed.Trial                    | 2020.1.212     |        | 0               |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Flow.FormatProviders.Pdf.Trial | 2020.1.212     |        | 0               |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Flow.Trial                     | 2020.1.212     |        | 0               |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Spreadsheet.FormatProviders.Op | 2020.1.212     |        | 0               |
| enXml.Trial                                      |                |        |                 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Spreadsheet.FormatProviders.Pd | 2020.1.212     |        | 0               |
| f.Trial                                          |                |        |                 |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.Spreadsheet.Trial              | 2020.1.212     |        | 0               |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Documents.SpreadsheetStreaming.Trial     | 2020.1.212     |        | 0               |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.UI.for.AspNet.Core.Trial                 | 2020.1.406     |        | 0               |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Web.PDF.Trial                            | 2020.1.406     |        | 0               |
| ------------------------------------------------ | -------------- | ------ | --------------- |
| Telerik.Zip.Trial                                | 2020.1.212     |        | 0               |
| ------------------------------------------------ | -------------- | ------ | --------------- |

 

 

 

but can't find here

    <PackageReference Include="Telerik.Reporting.OpenXmlRendering" Version="19.2.25.813" />
    <PackageReference Include="Telerik.Reporting.Services.AspNetCore" Version="19.2.25.813" />
    <PackageReference Include="Telerik.ReportViewer.Blazor" Version="19.2.25.813" />
    <PackageReference Include="Telerik.WebReportDesigner.Blazor" Version="19.2.25.813" />
    <PackageReference Include="Telerik.WebReportDesigner.Services" Version="19.2.25.813" />
    <PackageReference Include="Telerik.Drawing.Skia" Version="19.2.25.813" />


which is referenced in Examples of installation package from here: Download Trial File
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?