ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSpatialElementTemplate Class
Properties Methods

In This Topic
    MapSpatialElementTemplate Class Members
    In This Topic

    The following tables list the members exposed by MapSpatialElementTemplate.

    Public Properties
     NameDescription
    Public PropertyActions for the map elements.  
    Public PropertyThe label for the data element. Defaults to the value of Label property. An expression should evaluate to a System.String.  
    Public PropertyThe name to use for the data element for this value. Must be a CLS-compliant identifier. If not defined, MapDataRow is used.  
    Public PropertyGets or sets whether the item should appear in a data rendering. That evaluates to one of DataElementOutput. The default value is Output.  
    Public PropertyGets or sets the map element is hidden. An expression should evaluate to a System.Boolean.  
    Public PropertyThe label to display on the map elements. An expression should evaluate to a System.String.  
    Public PropertyGets or sets the X offset for the element in geographic units. An expression should evaluate to a System.Double.  
    Public PropertyGets or sets the Y offset for the element in geographic units. An expression should evaluate to a System.Double.  
    Public PropertyGets or sets style properties to be applied to the map elements. Each of the properties of type Color support transparency.  
    Public PropertyTool tip to display for the map elements. An expression should evaluate to a System.String.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.  
    Top
    See Also