I'm working to transition rdlc reports from .net 4 to .net 6 with telerik reporting, and trying to reuse or convert as much of the old system as I can
I've got a report created in the standalone report designer with the dataset that matches the old report, and I've got the report service configured
I would like to populate my dataset through a service method based on parameters passed from a previous screen. The issue is that I cannot see a way to pass a populated data set through the front end of the HTML5 report viewer, and the documentation on the site for the Form_Load methods use a reportViewer1 variable that seems to be a Microsoft web forms reportviewer control that has no contemporary in .net core
I've looked into the NeedDataSource and ItemDataBinding events as well as using a service method to return the populated dataset as the Object Data Source, however I cannot create a service without passing parameters as the .net core dependency injection model directs, and that creates errors with the report designer attempting to dynamically generate the service
It seems like the only path forwards is to scrap the Object Data Source and try to rewrite all report logic as stored procedures. Am I missing something? Is there a way that I can pass a populated DataSet to the report to use as the data source? Is there any way I can pass a singleton service instance to return the populated dataset?
Hello Telerik,
Please see the below 2 errors and 3 screenshots. Thank you in advance for your assistance.
Hi,
I want to pass parameters to the report so that the font size in the Style of the report can be set according to the content of the parameters. For example, if the parameter ReportFontSize=9
, then the font size of the content in the Label control and Table control in the report will be 9pt. Is there a way to achieve this currently?
Hi
I wanted to setup Telerik report in on of my asp.net web from application i am getting issue in-order to setup this please help me.
Hi , we are reading some worksheet data using Telerik.Web.Spreadsheet and most of the time it works fine but also few times it fails and gives us the following error messsage
Not supported to value: /xl/worksheets/sheet1.xml' I have 2 examples one works fine and other is not. can you please guide us why one file is failing and other is not?
Kind Regards
Hello,
I am trying to get the total rows from a table in my detail section that is bound to a secondary data source, that is, not the data source of the report.
The report is bound to a header data source that contains client information, and has one row. The table in the detail section is bound to a second data source that contains all that client's products.
I would like to put a footer textbox with the total products from the table's total rows.
I'm trying the query builder for the first time, trying to create a very simple query. IDItemMaster and ItemMasterID are the keys. I click on add new relationship but nothing pops up and when I click on edit on the blank relationship the relationship tab closes.
We converted the .rpt file to .trdp file using Telerik Standalone Report Wizard. We have a header and the details consist of many sub reports. we need to display the values in the sub reports getting the data from different select queries. We are not sure about specifying the data source for each sub report.
Need help on the below items
1) How to set the data source to main report? how to set the separate data source to each sub report?
2) When we tried to set the data source for one of the sub report, we are able to only invoke the fields of that data source in another sub report. But we are able to create a separate data source in common. Can you help us with this?
Have been making some changes and updates to an existing Blazor web assembly project, and I have most things fixed/resolved regarding the reporting. However, I get the following when trying to actually display a report:
"The version of the Report Viewer '18.1.24.606' does not match the version of the Reporting REST Service '18.1.24.709'. Please make sure both are running same version"
The dependencies in the projects all show Telerik Packages with version 18.1.24.709... so clearly I am overlooking something. Clean & Rebuild does not help -- what am I overlooking.
Thanks.
Thanks in advance.