This is a migrated thread and some comments may be shown as answers.

Adding Report Results to map

3 Answers 115 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 16 Feb 2014, 02:04 PM
I'd like to add the results from a report to a map.  I am unsure how to expose a collection of items that relate to either the Report or the reportviewer that I can gain access to.  I am able to loop through all of the data from the report's datasource, however, none of the user's filters are applied.  I suppose I could replicate the filters on the data source before binding to the report but surely there's a better way.  Am I missing something obvious?

VB.net 2013, latest telerik reporting (2013 Q3)

Eric

3 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 19 Feb 2014, 04:33 PM
Hi Eric,

I am uncertain what are the exact requirements. As far as it concerns filtering you can map data retrival methods' parameters to report parameters (e.g. Using Parameters with the ObjectDataSource Component) or apply filters on report level to control the visualized data.

In order to advise you further, please elaborate on the whole scenario, how and where you need to use Telerik reports, what data you need to visualize or extract, and what are the user's filters and their role.

Regards,
Stef
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

0
Eric
Top achievements
Rank 1
answered on 19 Feb 2014, 05:56 PM
To clarify.  The user selects a report and this fills the reportviewer with data.  I would like map those results using my own function; however, that function requires Lat, Long and ID.  All of which are in the reportviewer.  I'm just unsure how to expose that data.

Eric
0
Stef
Telerik team
answered on 21 Feb 2014, 09:09 PM
Hello Eric,

the data bound to the report is actually known, you can get the report instance DataSource and convert to the used data source component, in order to extract the underlying data. Then you can manipulated it as required.

As I notice you have opened a support ticket #788808 with more details. Let us continue the discussion there to avoid splitting information between threads. Also using the support ticketing system allows us to exchange project file, which will be helpful to understand better the scenario and advise you accordingly.

Regards,
Stef
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

Tags
General Discussions
Asked by
Eric
Top achievements
Rank 1
Answers by
Stef
Telerik team
Eric
Top achievements
Rank 1
Share this question
or