Class ReportingMapData
Namespace: BoldReports.RDL.ItemModel
Assembly: BoldReports.UWP.dll
Syntax
public class ReportingMapData : ReportingMapDataBase
Constructors
ReportingMapData()
Declaration
public ReportingMapData()
Properties
BubbleColorValue
Gets or sets the value that determines the color of the bubble in the map visualization.
Declaration
public object BubbleColorValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the color value for the bubble. The specific type of this object depends on the implementation and usage context. |
BubbleDisplayLabel
Gets or sets the display label for the bubble in the map visualization.
Declaration
public object BubbleDisplayLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the display label for the bubble. The specific type of this object depends on the implementation and usage context. |
BubbleMarkerValue
Gets or sets the value that specifies the data associated with the bubble marker in the map visualization.
Declaration
public object BubbleMarkerValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the data value for the bubble marker. The specific type of this object may vary depending on the implementation and how it's used within the application. |
BubbleToolTipPath
Gets or sets the path for the tool tip associated with a bubble in the map visualization.
Declaration
public string BubbleToolTipPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the file path or URI for the bubble's tool tip. The specific format and usage might vary based on the application's requirements or implementation context. |
BubbleValue
Gets or sets the value that determines the information displayed as a label on the map visualization.
Declaration
public object BubbleValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the label information. The specific type of this object depends on the implementation and usage context. |
ColorValue
Gets or sets the value that determines the color of the bubble in the map visualization.
Declaration
public object ColorValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the color value for the bubble. The specific type of this object depends on the implementation and usage context. |
DisplayLabel
Gets or sets the value that represents the display label for an element in the map visualization.
Declaration
public object DisplayLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the display label for the element. The specific type of this object depends on the implementation and usage context. |
Latitude
Gets or sets the latitude value for the location represented by this map model.
Declaration
public object Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the latitude value. The specific type of this object depends on the implementation and usage context. |
Longitude
Gets or sets the geographical longitude coordinate for the map visualization.
Declaration
public object Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the longitude value. The specific type of this object depends on the implementation and usage context. |
ShapeActionInfo
Gets or sets the action information associated with the shape in the map visualization.
Declaration
public ReportActionInfoExpVal ShapeActionInfo { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.ItemModel.ReportActionInfoExpVal | An instance of |
ToolTipPath
Gets or sets the path used to display the tooltip text in the map visualization.
Declaration
public string ToolTipPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the path to the tooltip content. The specific interpretation of this path is dependent on the underlying implementation and data context. |