ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / C1Mapper Class
Members

In This Topic
    C1Mapper Class
    In This Topic
    Provides functionality that allows to use the C1.WPF.Maps.C1Maps control to generate maps in reports. C1Mapper
    Object Model
    C1Mapper Class
    Syntax
    'Declaration
     
    Public Class C1Mapper 
       Inherits System.Windows.Controls.UserControl
    public class C1Mapper : System.Windows.Controls.UserControl 
    Remarks
    TODO: - allow to specify keys for tile sources that require it (CloudMadeMapsSource); - ?
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ContentControl
                            System.Windows.Controls.UserControl
                               C1.C1Report.CustomFields.Maps.C1Mapper

    See Also