Hello,
I have a report with two report parameters (Cities and Streets).
My SQL query looks like:
City ID | City Name | Street ID | Street Name
1 | Paris | 1 | Street P1
1 | Paris | 2 | Street P2
2 | London | 3 | Street L1
2 | London | 4 | Street L2
3 | Rome | 5 | Street R1
Now I want to have a two-way dependency between these two dropdowns.
That means:
1. If I choose a city from the cities dropdown, I want to see only the streets of the choosen city in my streets dropdown.
2. If I choose a street from the streets dropdown, I want that the city dropdown is automatically filled with the city of the choosen street.
How can I do this?
It was easy to create a filter for an one-way dependency (if I choose a city, I only see the streets of the city) but I do not get it out that both work.
Thank you for any help
Diego
Hello There,
I have an Issue while generating a report from Report Viewer, this report is generated properly through Telerik Report Designer I attach screenshot. However , when I attempt to execute the report from Report viewer the report shows an empty page after "Generating Report" message.
Thanks in advance.
Hi all,
I have a table with 200 records.
When I scroll down, header is hide.
I want to Freeze(locked) header when I scroll like in excel.
I Freeze(locked) dimension column, too
Can anyone help me?
I am using Telerik Reporting R2 2017 SP1 (version 11.1.17.614)
The way Telerik is dealing with checkboxes in ReportViewer/ReportDesigner appears not to be up to the standard elsewhere in this excellent product. The only checkboxes available seem to be bluish bitmaps (or alternately our own graphics). Are there plans to make available the option to use a font-based checkmark (e.g. Wingdings)? I am working on a project that creates a printout that contains many, many checkboxes and the graphic checkboxes make for an ugly page. Alternate suggestions welcome, thanks.
Hi All,
I am passing a GUID value as one of the parameters in UriReportSource parameters collection and I get the report loaded correctly. From the documentation, it seems GUID is not a valid type for the parameter. I am confused as to why the report loads correctly without throwing an error if GUID is not a valid type or am I wrong in any way?
Many Thanks

hi team,
please let me know how to create pie chart in telerik reporting , where on clicking of certain portion it should be in below two pie chart,
first chart will show highlighted portions displayed separately and in the second chart only that particular piece should show(like cake piece).I have attached the required format .
hi Team,
we need your help to implement below line item in telerik reports
1)waterfall model chart
2)need to view PDF in the report viewer.
I have a column in a report that hold a small circle. I determine the fill color of the circle dynamically with database fields. The width of this column is static and I can center the circle horizontally. The height of the rows, however, is dynamic and I cannot get the circle to center on each row. The circle always seems to be at the top of the row instead of directly in center. Is there something I am missing to center this vertically? The vertical align property doesn't seem to work for me.
Other Info: 1. On this report, I am not using a table. I am using text boxes and report groups. Maybe the shape needs to be in a panel?
2. The shape is being used as a subreport on the main report. Do I need to center the sub report on the main report?
Your help is appreciated.
Thanks,
Phil

Hi all,
I am new user and I have issue with page break.
I am trying to create a report with crosstab but I can not pagebreak it.
How can I break the crosstab?
Are not Page breaks supported in a Crosstab item?
I am using Telerik Reporting R2 2017 SP1 (version 11.1.17.614)

We're trying to export our report as a PDF. We have some HTML pages that go along with the report.
Is it possible to render these pages with the report? If yes, what some ways to achieve this?