GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapPointTemplate Class |
The following tables list the members exposed by MapPointTemplate.
Name | Description | |
---|---|---|
MapPointTemplate Constructor | Initializes a new instance of the MapPointTemplate class. |
Name | Description | |
---|---|---|
ActionInfo | Actions for the map elements. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate) | |
DataElementLabel | The 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) | |
DataElementName | The 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) | |
DataElementOutput | Gets 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) | |
Hidden | Gets or sets the map element is hidden. An expression should evaluate to a System.Boolean. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate) | |
Label | The label to display on the map elements. An expression should evaluate to a System.String. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate) | |
LabelPlacement | Gets or sets the label placement for the point. That evaluates to one of PointLabelPlacement. The default value is PointLabelPlacement.Bottom. | |
OffsetX | Gets 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) | |
OffsetY | Gets 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) | |
Size | Gets or sets the height and width of the plotting area of the point marker. An expression should evaluate to a GrapeCity.ActiveReports.Extensibility.Definition.Components.Length. The default value is 5.25pt. | |
Style | Gets 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) | |
ToolTip | Tool tip to display for the map elements. An expression should evaluate to a System.String. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElementTemplate) |