I have set the page border in first page detail section but when it goes to the second page, border appears up to the level of content.
I need to it to flow till end of page. Im using telerik reporting Q2 2012.
Is it possible to filter data client-side? Our reports are populated by web services and we don't want to create a new method for every filtering scenario.
Is there a way to post process the data returned and filter it based on an expression (linq possibly?) before the report is populated and displayed to the user?
I'm trying to hide the navigate-forward and navigate-back buttons in the Telerik Report viewer, on an ASP.NET page.
Browsing through the documentation on the website, I find NavigateBackEnabled as a property of ReportViewerBase, which is in the Telerik.ReportViewer.WinForms namespace.
I cannot find NavigateBackEnabled in the Telerik.ReportViewer.WebForms namespace, and intellisense does not list NavigateBackEnabled as an option for <telerik:ReportViewer>. If I set NavigateBackEnabled="false", despite the lack of intellisense, I get javascript errors in your ReportViewer.prototype.OnReportLoaded(), when I run a report the second time, and the navigate-back button is still enabled.
Our problem is that when the user clicks on navigate-forward or navigate-back, we get errors:
An error occurred while executing interactive action. Unable to translate bytes [97] at index 0 from specified code page to Unicode.
Given that this is not a function we intended to provide to our customers, rather trying to dig into why this is happening, we'd rather simply remove the function.
My expectation is that how we're initializing the report data doesn't quite match up with the way you expect us to. But that's not something we're really looking to fix, right now. We've made the decision to rewrite the reporting systems using a completely different technology, so putting more than the minimal effort into getting the Telerik reports to not generate errors is not justified.
Is there something I can do, in markup or in code-behind, to keep the navigate buttons from showing? Or something I can do in the code-behind when we run the report, so that it always thinks that it's been the only instance that has been run?
==== EDITED ====
OK, never mind. ShowNavigationGroup="false". Somehow that never showed up, when I was searching around for NavigateBack and NavigateForward.
I'm creating a report showing 2 temperature series measured irregular interval which saved in database
but faild to show correctly. I think I might make a mistake to set property properly and looked your document
and threads here ,however, most of all are outdated and even worse,your doc says just 1 short example with
only code which is not suitable for me.
I used RadChart for SL to show dynamic thermo graphs with good success but their setting looks diffrent
with that of report chart.
Would you let me know proper and newest exmaple to show datetime scla graph on report ?
Or give me an advice on attached image what I had make a mistake.
The error message says datetime is out of range which can add or subtract bla bla.
and another is my setting of axis.
My fiedls are : LapTime : datetime ordered by date : x - axis
Thermo : thermo values : y-axis
My requirement is to display a button in parameter section and a search form is open on pressing that button, user select value and that value would be displayed in text box placed in parameter section how can i do that?
I know this is very basic but I just started and I do not get it!
I need to group customers per each country like this:
Country zcustomer 1 customer 2 customer..
Country xcustomer 21 customer...
I have used a table wizard and added a group as per attached picture "settings" but i get a result as per picture "result".
Also you will note that I added a sorting by countries but is not working.
What am I doing wrong? Some help will be really appreciated.
Thank you.
I have an asp.net website based on Radgrids and a DB.
The Radgrids are mostly used to post data to the db. I would like to introduce some page containing Telerik Reporting to show the data from the db in specific formats.
I have created a report with the stand alone tool and checked if it is working.
I have added a report viewer and a script manager to the web page.
How do I connect the report to the report viewer now?
Here is where I am stuck!
I am not a professional coder but I learn quickly. Some example and reference could help me to come right on this.