Class MapSpatialElementTemplate
Represents a template for a spatial element in the map.
Inheritance
System.Object
MapSpatialElementTemplate
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()
Assembly: BoldReports.Wpf.dll
Syntax
public abstract class MapSpatialElementTemplate
Constructors
MapSpatialElementTemplate()
Declaration
protected MapSpatialElementTemplate()
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.ActionInfo |
|
DataElementLabel
Declaration
public string DataElementLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
DataElementName
Declaration
public string DataElementName { get; set; }
Property Value
Type |
Description |
System.String |
|
DataElementOutput
Declaration
public DataElementOutputs DataElementOutput { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.DataElementOutputs |
|
Hidden
Declaration
public string Hidden { get; set; }
Property Value
Type |
Description |
System.String |
|
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
OffsetX
Declaration
public string OffsetX { get; set; }
Property Value
Type |
Description |
System.String |
|
OffsetY
Declaration
public string OffsetY { get; set; }
Property Value
Type |
Description |
System.String |
|
Style
Declaration
public Style Style { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ResetDataElementOutput()
Declaration
public void ResetDataElementOutput()
ShouldSerializeDataElementOutput()
Declaration
public bool ShouldSerializeDataElementOutput()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeOffsetX()
Declaration
public bool ShouldSerializeOffsetX()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeOffsetY()
Declaration
public bool ShouldSerializeOffsetY()
Returns
Type |
Description |
System.Boolean |
|