ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / LinesLayer Class
Properties Methods

In This Topic
    LinesLayer Class Members
    In This Topic

    The following tables list the members exposed by LinesLayer.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden.   
    Public PropertyGets or sets the current layer's caption. Used to represent the layer in legends. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase)
    Public PropertyGets or sets the name of a field specifying the latitude. Ignored if MapLocation is not empty.  
    Public PropertyGets or sets the name of a field specifying the latitude. Ignored if MapLocation is not empty.  
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Public PropertyGets the default line style.

    Note: the set accessor is for serialization only, and should not be used directly.

     
    Public PropertyGets or sets an expression that should evaluate to an index or a name of a style in the LineStyles collection that will be used to draw the line.  
    Public PropertyGets or sets expression determining whether a line is visible.  
    Public PropertyGets or sets the name of a field specifying the longitude. Ignored if MapLocation is not empty.  
    Public PropertyGets or sets the name of a field specifying the longitude. Ignored if MapLocation is not empty.  
    Public PropertyGets or sets a string containing one or more semicolon-delimited fields which may be used to determine the location of an entity using an external service such as Google. Typically these would be the fields specifying the address, e.g. "Address;City;PostalCode;Country".  
    Public PropertyGets or sets a string containing one or more semicolon-delimited fields which may be used to determine the location of an entity using an external service such as Google. Typically these would be the fields specifying the address, e.g. "Address;City;PostalCode;Country".  
    Public PropertyGets or sets the name of the item. If specified, and the item is contained in a collection, this name can be used in script expressions to reference the item by name rather than by index. (Inherited from C1.C1Report.CustomFields.Maps.MapOwnedItemBase)
    Public PropertyGets or sets the opacity factor applied to the layer. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase)
    Public PropertyGets or sets an SQL statement used to retrieve data for the layer. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase)
    Public PropertyGets or sets a value indicating whether spatial data from the current layer should be used to auto center/zoom the map. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase)
    Public PropertyGets or sets the current layer's visibility. (Inherited from C1.C1Report.CustomFields.Maps.LayerBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.C1Report.CustomFields.Maps.LayerBase)
    Top
    See Also