Greetings,
I was wondering whether this is a feature request or something the map control can already do.
Is it not possible on large datasets for the map to cluster data points together and show a clustered total marker?
The map already seems to have implemented many of the underlying features (grouping, varying bubble sizes etc) so a "clustered bubble" displaying a total would have been ideal and not make the map too cluttered, especially if illustrated on a tiled background.
If its already possible, some sample code would be highly appreciated.
Thanks
Hi,
we want to open a custom windows application with the Navigate to URL action. The protocol is neither "http" nor "https" it is "profile". So the link we want to navigate to looks like this: "profile://hostname/db(tenant)/Parts(1)". This seems to work perfectly fine if we render it to an Excel file but won't open anything if we render it to a PDF.
Greetings
Jan
Hi, i need open .trdp file inside visual studio (ScreenShot) for use "Object Datasource"
In normal mode i click on .trdp file run "Reporting Designer" Out of the visual studio
How to open .trdp file inside visual studio ?
Telerik_Reporting_R2-2022 16.1.22.511
Visual Studio 2022
thank you
Hi Reporting team,
I would like to reduce the number of makers (basically I would display the makers only in the first, last, max and min values) . However, I don't want to simplify the data because that make change on the shape of line.
Would you please help me a solution to modify the display of makers?
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>