Class ReportingMapData
Inheritance
System.Object
ReportingMapData
Assembly: BoldReports.Web.dll
Syntax
public class ReportingMapData : ReportingMapDataBase
Constructors
ReportingMapData()
Declaration
public ReportingMapData()
Properties
BubbleColorValue
Declaration
public object BubbleColorValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
BubbleDisplayLabel
Declaration
public object BubbleDisplayLabel { get; set; }
Property Value
Type |
Description |
System.Object |
|
BubbleMarkerValue
Declaration
public object BubbleMarkerValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public string BubbleToolTipPath { get; set; }
Property Value
Type |
Description |
System.String |
|
BubbleValue
Declaration
public object BubbleValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
ColorValue
Declaration
public object ColorValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
DisplayLabel
Declaration
public object DisplayLabel { get; set; }
Property Value
Type |
Description |
System.Object |
|
Latitude
Declaration
public object Latitude { get; set; }
Property Value
Type |
Description |
System.Object |
|
Longitude
Declaration
public object Longitude { get; set; }
Property Value
Type |
Description |
System.Object |
|
ShapeActionInfo
Declaration
public ReportActionInfoExpVal ShapeActionInfo { get; set; }
Property Value
Type |
Description |
BoldReports.ItemModels.ReportActionInfoExpVal |
|
Declaration
public string ToolTipPath { get; set; }
Property Value
Type |
Description |
System.String |
|