Class ReportingMapDataBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.ItemModels
Assembly: BoldReports.Web.dll
Syntax
public class ReportingMapDataBase
Constructors
ReportingMapDataBase()
Declaration
public ReportingMapDataBase()
Properties
DataValue
Gets or sets the data value associated with the map model.
Declaration
public object DataValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | An object representing the data value. |
Value
Gets or sets the value associated with the map model.
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | An object representing the value stored in the map model. The type of this value can vary. |