Hi Telerik Team,
We are using the Standalone Telerik Report Designer to create .trdx
reports and upload them to a local Telerik Report Server. Our application is built in ASP.NET MVC and uses a helper function to load reports from the server using UriReportSource
the embedded Report Viewer.
Helper Function:
Currently, we have separate Report Server instances for each environment (local, staging, production). This setup works fine, but it's becoming inefficient because:
Whenever we create or modify a report in the local Report Server, we have to manually re-upload the same report to staging and production.
Even for small changes, we need to repeat the entire process for each server.
There's no easy way to track or sync updates between environments.
We are looking for a way to sync reports across report servers, or at least streamline the update process.
Is there any built-in support, recommended approach, or workaround to:
Automatically sync reports from one Report Server to another?
Export/import reports in bulk?
Keep multiple environments in sync efficiently?
Any guidance or tooling suggestions would be greatly appreciated. Thanks!
Best Regards,
Prabesh Shrestha
Hi Telerik Team,
I'm using Telerik Reporting in an ASP.NET MVC application. I have a generic helper method to configure the Telerik Report Viewer using a UriReportSource
. Here's the function:
Hello Telerik team,
I am currently working on a report using Telerik Report Designer, and I need to allow users to filter data based on a date range (i.e., "from" and "to" date). In Kendo UI, we have a convenient DateRangePicker
component that allows selecting both dates in one UI control.
My question is:
Does Telerik Report Designer support a single “date range” parameter, or do we need to use two separate parameters? DateTime
parameters (e.g., DateFrom
and DateUntil
) to simulate this functionality?
Is there any built-in way to do it using one parameter, or a recommended approach to simulating a range? Please let me know.
Regards,
Prabesh Shrestha
Hi Telerik Team,
I’m designing a Telerik Report Designer report that includes a line chart with markers. I want to replicate a feature that exists in Kendo UI line charts, where:
Clicking on a legend item toggles (hides/shows) the corresponding series in the chart.
This is especially helpful when multiple lines are present, and users want to focus on specific data. Here’s an example screenshot of the chart I’m working with:
My questions:
Does Telerik Reporting support interactive legend click behavior similar to Kendo UI Charts?
If not directly supported, is there any workaround that can help achieve this functionality?
Regards,
Prabesh Shrestha
Hi Telerik Team,
I am designing a report using Telerik Report Designer and have connected multiple Web Service Data Sources that require 2-step authentication.
The reports are stored on the Telerik Report Server and are displayed in my ASP.NET MVC project using report server credentials and the report path (Category/ReportName). I have created the following function to connect to the report server:
Scenario: My API domain is https://abcapi.com, which is used in every report under the "Configure Data Retrieval" window of the Web Service Data Source.
My Requirement: If the domain name changes, I have to manually update the domain in every report and each Web Service Data Source, which is time-consuming and inefficient.
Question:
Is there a way to set the domain name dynamically, so that I only need to update it in one place? Also, where is the configuration of each Web Service Data Source stored — is it in the database or somewhere else?
Regards,
Prabesh Shrestha
I’m working with a stock chart that has a navigator, but I’m running into two issues:
I’m not sure what’s causing these problems. Any help would be appreciated! Thanks!
Style code:
Converter code:
Issue: The issue is the background colour is not set properly for each cell.
Hi everyone!.
Im trying to put a "NumericTextBox" inside s "ForItem", cause i need extract some validation that i have in another file. and call some method that returns me a math result But when i try it, my proyect fails.
someone have worked with something similar?