Hello!
I want to this field textbox looks the same in the reporting(Respect the whitespaces) in a HtmlTextBox
And HtmlTextBox only show a single whitespaces
I have a one page report that has a large image that appears conditionally on a second page. We want this second page to only be the image and not include the header and footer. When the header settings are set to PrintOnLastPage = False and PrintOnFirstPage = True, it works as intended where it appears on the first page always (whether the report is 1 page or 2 pages) and never on the second page. The Footer, on the other hand, with the same settings (PrintOnLastPage = False and PrintOnFirstPage = True) will appear at the bottom of the first page on 2 page reports, but disappears entirely when the report is only 1 page.
I am trying to figure out why the header and footer seem to act differently even though they have the same Behavior settings. I would like the footer to act just like the header- where it always appears on the first page (for 1 and 2 page reports) and never on the second page, if there is a second page. I apologize if something like this has been asked before, but I could not find anything.
Has anyone figured out how to provide an incremental build version of a report (report definition file) that can be read by the web app? I would like to display this version for tech support so they can see if the client has the latest version of that particular report.
I'm NOT talking about the Telerik version the report was created in. I'm talking about versioning the report itself
Hello everyone! I am a very new user of Telerik Report Designer. We would like to have the following text show up via a text box on all of our reports.
Copyright 2021
We would like the year to automatically update every year and not have to go back in to the reports to manually change the year. Can someone please help me with this? I have an expression set up right now that just says = 'Copyright 2021'. Thanks!
Hi,
We use Web service datasource almost in all of our reports. In web service datasource we use OData query to get some information from our server. We usually customize web service data sources by using inline parameter @url to set value for Service Url property. Inline @url parameter will be calculated based on some formula (see ConfigureRequestParameters.PNG attached picture, @url parameter value can be complex). We use Html5ReportViewer, .NET5.
The question here is how to get complete odata url for the specific webservice datasource of the report programmatically (we also implemented custom report resolver in our project)? Meaning that what will be the final version of OData url on execution process?
As a sample report you can use attached report (TestProductReport.zip).
What we want is to get this complete odata url:
In design mode you see ConfigureRequestParameters.PNG.
Thanks,
I'm using Report Designer 15.0.21.326:
I'm trying to return all transactions that occurred over a single day. When I use a report parameter to choose the date I want to return results for, it only returns results that occurred on the date specified at specifically 0:00:00. To work around this, I have defined an end date report parameter so I am entering a date range of 1/1/2020 - 1/2/2020. My report filter is filtering >= StartDate and < End Date. This effectively filters all transactions for date 1/1/2020.
Is there a way to have one date prompt and set the filter to add 24 hours to the date value that is selected rather than defining a start and end date report parameter?