Hello, looking for some guidance,
I have a FeatureLayer and MapTips working fine. The MapTips are a 'mini' report of only a few attributes with a button to open a 'full' report.
I have been able to bind items (textblocks) from the mini into the full, but obviously they would have to exist in the mini first.
I would rather bind my full report directly to the FeatureLayer. Can this be done straight from the xaml, or would I have to, on the button click make an event to dump the results to something, then bind to that? I have set the DataContext of the full report to the FeatureLayer but no results come across.
Thanks in advance.