Class ReportingMapDataBase
Namespace: BoldReports.RDL.ItemModel
Assembly: BoldReports.UWP.dll
Syntax
public class ReportingMapDataBase : Object
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. |