Hello,
We are currently running a visual basic asp application for a client that is reliant on a previous Telerik version.
Would it be possible for us to get the installer for this specific version?
The version in question:
https://www.telerik.com/support/whats-new/reporting/release-history/telerik-reporting-r1-2018-sp3-12-0-18-416
Hi
I'm new to Telerik reporting so may have some silly questions :-)
What do i want?
In a Blazor application a Wizard runs for selecting and filling in Parameters for a specific report.
These parameters are send to the restserver as Json.
These parameters influence the dataset behind the report, so the "WHERE" clause of the sql.
Then i need to show the report with the updated sql
Should not be any problem i think
I also wants to show some of the parameters on the report like the selected start/end dates from the wizard.
is that possible without haveing these as fields of the sql output?
Thanks for answering
Hi
We want our consulting team to create custom reports for our customers.
It works like this:
- In our program the user uses a wizard to create a dataset , this query is saved in the database and can be exported to excel
- now the consultant should be able to use the excel to create a report
- the report file will be placed in a specific folder of the client
- the rest server scans the report folder and sends Json the user to show a list of reports
- if the report is selected, the reports should use the dataset (not the excel) to run the report
- so we have to switch the datasource of the report from excel to the dataset
Is this all possible?
Thanks for answering!
Eric
I am using the stand alone report designer with embedded connection string. Works fine.
I have a QA database and a Prod database, based on a QA bit report parameter I would like to use one or the other in the report, is that possible?
If not I believe I will need two identical reports, one QA one Prod with only a different connecting string.
I also know I can have the connection string external and presumably set it to what I want prior to loading the report file in a customer report resolver, but would that mean I cannot preview the reports in the stand alone designer (since there will be no embedded connection string)?
Hello,
i have table in a report, the table has a row with data and an another row below, that is empty. I want to set the height of this row with expression, but i become an error: "Property value is not valid".
Is there any solution?
Regards
Hello,
getting error below; cannot find duplicate controller name? aby suggestion.
<Message>An error has occurred.</Message>
<ExceptionMessage>Multiple types were found that match the controller named 'reports'. This can happen if the route that services this request ('api/{controller}/{action}') found multiple controllers defined with the same name but differing namespaces, which is not supported. The request for 'reports' has found the following matching controllers: craigr_BPLACE.ReportsController craigr_BPLACE1.ReportsController</ExceptionMessage>
<ExceptionType>System.InvalidOperationException</ExceptionType>
<StackTrace> at System.Web.Http.Dispatcher.DefaultHttpControllerSelector.SelectController(HttpRequestMessage request) at System.Web.Http.Dispatcher.HttpControllerDispatcher.SendAsyncInternal(HttpRequestMessage request, CancellationToken cancellationToken) at System.Web.Http.Dispatcher.HttpControllerDispatcher.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)</StackTrace>
Hi,
Currently working with Telerik reporting . how to Bind the MongoDB database collection to the Telerik Reporting ?
Thanks,
vrushali
We use Web service data source in a report which has long OData query.
After adding filters, the OData query becomes too long. That's why it causes 404.15 error.
This is probably due to the limitation of maximum Url length in browsers. It is about 2048 characters (for IE). So there different limits for different browsers and web servers. https://www.geeksforgeeks.org/maximum-length-of-a-url-in-different-browsers/
To solve the issue probably we can use POST method in the web service data source instead of GET method.
I have "@url", "$select", "$expand" and "$filter" parameters set in the data source. How to use those parameters in body of the post request? And is it good solution?
As a sample report you can use attached report (TestProductReport.zip). The sample report has web service data source. The query in Service URL is short in this case, but we have long query in other report.
Getting error 400 when previewing the sample report. Any idea to fix this issue?
Following the instructions on the the web site and the video for building a ASP ,NET CORE 5 app to host Telerik reporting using VS 2022.
When I paste in the block:
services.TryAddSingleton<IReportServiceConfiguration>(sp =>
new ReportServiceConfiguration
{
ReportingEngineConfiguration = ConfigurationHelper.ResolveConfiguration(sp.GetService<IWebHostEnvironment>()),
HostAppId = "Net5RestServiceWithCors",
Storage = new FileStorage(),
ReportSourceResolver = new UriReportSourceResolver(
System.IO.Path.Combine(sp.GetService<IWebHostEnvironment>().ContentRootPath, "Reports"))
});
I get: The name ConfigurationHelper does not exist in the current context.
The suggested fixes do not seem right. What do I need to include in the project to use this?
I have Telerik report created from visual studio report designer (.net v4.0). Now i want to convert it to .trdp file where I'm going to reuse it in different project.
but i was unable to convert it using telerik report designer.
when i use open option next button and finish button is disabled in import report wizard.
when i try to use new report option it does not have proper option to select from .net class library dll.
does anyone have any idea how to convert .net class library report to .trdp?