In our testing of the report viewer, was found that it will not load properly in Microsoft Edge. It fails with the error message "This page is having a problem loading". Looking at the Report Viewer Browser support page it appears that Edge is not currently supported. Is there an ETA on when this will be a supported browser? We likely will need Edge working before we can fully consider this product.
Hi
I am using reporting v.7.1.13.612
I have a graph with one line series, the Y axis is Numeric and the X axis is Category(numbers also).
When I have a lot of records I want to hide some of the category labels since it looks bad.
I found only a way to do that with Chart class but not with Graph class.
Thanks
Ron

Hi Team,
I have used a excel to bind to my script and have done two iterations.
After the script is done when i am exporting my report, i want to see the data passed for the step in the report .But for each iteration it shows the same data whereas it runs for all sets of data in the excel :
"Enter text '/demo' in 'HdfsUrlText' - DataDriven: [$(path)]"
I want something of the following type i.e different data passed should be visible in the result so that we can know the difference of the result:
#Iteration1
"Enter text '/demo' in 'HdfsUrlText' - DataDriven: [$(path)]"
#Iteration2
"Enter text '/demo1' in 'HdfsUrlText' - DataDriven: [$(path)]"
Please let me know how to set the value in the text field and make it data driven.


DataSourceSelectArguments args = new DataSourceSelectArguments();DataView view = (DataView)sqlDataSource1.Select(args);DataTable table = view.ToTable();Hello,
I was wondering how I access the SelectedDocumentMapNode and DocumentMapNodes properties in WPF?
The goal is to display my own document map with checkboxes next to each item so I can provide the user with a simple way to remove reports. Seems redundant to display a list of sections to include along with displaying the built-in Document Map.
Thanks,
Amy
Hi,
my hierachy:
--+-> MasterReport
|
+->
SubReport 1
+-> Textbox 1
+-> Textbox 2
+-> SubReport 11
+->
Textbox 3
+->
SubReport 111
+-> SubReport 21
+->
Textbox 4
+->
SubReport 211
(...)
In my report construcutor i'm hidding SubReport1 like this:
SubReport1.Visible = false ;I'd like to be able to make the length of some of my dropdown parameters longer. The default is fairly short and it's hard to select multiple values when there are many options. Is this possible? All of my parameters are created during design-time.
Thanks

Hi,
i'm new to the telerik reporting. I'm using it for WPF application in which all the data are fetched from the WCF service
In the same way, i would like to use the Datasource from the wcf service to the Reporting class. Its very difficult for us to implement the datasource which is not fetching the data
Can you please let me know how to add wcf service as the Datasource for the reporting library?
A sample working project would be really helpful for me to implement the same
Thanks in advance
Ramesh R