ActiveReports 8
MapLineTemplate Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapLineTemplate Class

Glossary Item Box

The following tables list the members exposed by MapLineTemplate.

Public Constructors

 NameDescription
Public ConstructorMapLineTemplate ConstructorInitializes a new instance of the MapLineTemplate class.  
Top

Public Properties

 NameDescription
Public PropertyActionInfoActions for the map elements. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate)
Public PropertyDataElementLabelThe label for the data element. Defaults to the value of MapSpatialElementTemplate.Label property. An expression should evaluate to a System.String. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate)
Public PropertyDataElementNameThe name to use for the data element for this value. Must be a CLS-compliant identifier. If not defined, MapDataRow is used. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate)
Public PropertyDataElementOutputGets or sets whether the item should appear in a data rendering. That evaluates to one of DataElementOutput. The default value is DataElementOutput.Output. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate)
Public PropertyHiddenGets or sets the map element is hidden. An expression should evaluate to a System.Boolean. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate)
Public PropertyLabelThe label to display on the map elements. An expression should evaluate to a System.String. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate)
Public PropertyLabelPlacementGets or sets the label placement for the line. That evaluates to one of MapLineTemplate.LineLabelPlacement. The default value is MapLineTemplate.LineLabelPlacement.Above.  
Public PropertyOffsetXGets or sets the X offset for the element in geographic units. An expression should evaluate to a System.Double. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate)
Public PropertyOffsetYGets or sets the Y offset for the element in geographic units. An expression should evaluate to a System.Double. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate)
Public PropertyStyleGets or sets style properties to be applied to the map elements. Each of the properties of type Color support transparency. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate)
Public PropertyToolTipTool tip to display for the map elements. An expression should evaluate to a System.String. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate)
Public PropertyWidthDefines the width of the line. Default: 3.75pt An expression should evaluate to a GrapeCity.ActiveReports.Extensibility.Definition.Components.Length. The default value is 3.75pt.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a new object that is a copy of the current instance.  
Top

See Also