Telerik Forums
Reporting Forum
7 answers
264 views

Hello,

I have installed the newest releases (Telerik Reporting R3 2019) via Progess Control Panel on my computer.

I opened my project in VS 2010 and wanted to upgrade all the reporting dll's.

But when I click on the menu entry "Upgrade Wizard" nothing happens!

No further window appears!

See the screenshoot!

How can I solve this problem?

Best regards

Simon

 

 

Todor
Telerik team
 answered on 12 Feb 2020
1 answer
406 views
I am trying to open an old Telerik 4 report DLL created in C# some 10 years ago. I am guessing the dll is circa Visual Studio 2010 or earlier with the Visual Studio Telerik designer of it's time. The report runs fine, but I am trying to upgrade it to the latest Telerik version. I was hoping to open the DLL in Designer (x86) and save as a .trdx and then open in Telerik Designer (64 bit) and save out to dll or something. When I try to open the dll, is get this error. What can I do?
Todor
Telerik team
 answered on 12 Feb 2020
1 answer
244 views

Hi,

Is it possible to bind a click event to a pie chart, it will trigger to refresh another chart.

For my case when I click a pie chart, it should refresh the below charts for that particular category.

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 11 Feb 2020
3 answers
2.0K+ views
    List<ReportVentasFamiliaDto> dataSource = new List<ReportVentasFamiliaDto>();
    dataSource.Add(new ReportVentasFamiliaDto()
    {
        PorcentajeIva = 10,
        FamiliaNombre = "Familia"
    });
 
 
    var objectDataSource = new Telerik.Reporting.ObjectDataSource();
    objectDataSource.DataSource = dataSource;
    objectDataSource.DataMember = "table1";
 
    var typeReportSource = new TypeReportSource() {
        TypeName = "Report1.trdp" };
    typeReportSource.Parameters.Add(new Parameter()
    {
        Name = "objectDataSource2",
        Value = objectDataSource
    });
    typeReportSource.Parameters.Add(new Parameter()
    {
        Name = "Text",
        Value = "valor"
    });
 
 
 
    }
 
@(Html.TelerikReporting().ReportViewer()
        .Id("reportViewer1")
        .ServiceUrl(Url.Content("/api/reports/"))
        .TemplateUrl("/Resources/Templates/telerikReportViewerTemplate.html")
        .ReportSource(typeReportSource)
        .ViewMode(ViewMode.Interactive)
        .ScaleMode(ScaleMode.Specific)
        .Scale(1.0)
        .PersistSession(false)
        .PrintMode(PrintMode.AutoSelect)
)

 

 

How can I pass the datasoource as a parameter?

Neli
Telerik team
 answered on 11 Feb 2020
3 answers
1.7K+ views

I have html table stored on my database.

<table>

<tr>

<td>Name</td>

<td>Address</td>

</tr>

<tr>

<td>John</td>

<td>Tokyo</td>

</tr>

</table>

I created a sqlDataSource on Kendo Reporting and selected the htmlTextBox in order to render the my html code. However only the td element values are populated in a straight line like below

Name Address John Tokyo

I want this to be rendered in table format

Regards,
Kamal

 

Todor
Telerik team
 answered on 11 Feb 2020
1 answer
126 views

I am trying to evaluate web report designer for one of my projects. I installed the trial report designer and tried to run the AspNetCoreDemo project from the examples folder but i am unable to download the trial nuget packages. I setup the nuget source "https://nuget.telerik.com/nuget" with my tiral user name and password but when i try to restore i just "No Packages Found" message. I tried to manually download the nuget packages from "https://www.telerik.com/account/product-download?product=REPORTING." but it says only licensed users can download. 

Can you guys please help me ?

 

 

Todor
Telerik team
 answered on 10 Feb 2020
2 answers
123 views

I have read the corresponding entries.

But!
I can't find the the binding property in the group.

In the attached example is a datasource with a field NewPage.
Depending on this field, the page break should happen.

 

 

Neli
Telerik team
 answered on 10 Feb 2020
1 answer
194 views
I am using the stand alone Report Designer and trdp reports. The report parameters come from the application's database, and each client has their own database. The application reads new trdp files and adds report parameters, including indicating simple data types--string, integer, etc. Some report parameters are more complex--e.g. an "Account Super Search" function. I am looking for a way to consistently install these more complex parameters without sql scripts or user intervention. Is there a place in the trdp file to embed metadata? I could include the default report parameter data types in a json string and have the application read that metadata.
Katia
Telerik team
 answered on 07 Feb 2020
1 answer
306 views

Hello,

in my project I have a function to export data to an excel file.

I have a filestream object to do this.

In the same project I have created a report with a table in it.

And now I want to set the datasource so that the same data will be shown in the report.

But how can I get this data ?

Best regards

Simon

 

public void ExcelExport(string fileName)
       {
           FileStream fs = new FileStream(fileName, FileMode.Create, FileAccess.Write);
           gridEXExporter1.Export(fs);
           fs.Close();
                 }
Katia
Telerik team
 answered on 07 Feb 2020
12 answers
572 views

Hi,

 I was wondering if there were any typescript definition files for the reporting js framework, and if so, where I could find them?

 Thanks,

Rick
Top achievements
Rank 2
 answered on 05 Feb 2020
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?