ASP.NET MVC 11.1.10
Demos Support Blog Download
Show / Hide Table of Contents
PDF

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()
Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public abstract class MapSpatialElementTemplate

Constructors

MapSpatialElementTemplate()

Declaration
protected MapSpatialElementTemplate()

Properties

ActionInfo

Gets or sets the action information for the element.

Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.ActionInfo

An ActionInfo object containing action details.

DataElementLabel

Gets or sets the label for the data element.

Declaration
public string DataElementLabel { get; set; }
Property Value
Type Description
System.String

A string that represents the label for the data element.

DataElementName

Gets or sets the data element name.

Declaration
public string DataElementName { get; set; }
Property Value
Type Description
System.String

A string that represents the data element name.

DataElementOutput

Gets or sets the output settings for the data element.

Declaration
public DataElementOutputs DataElementOutput { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.DataElementOutputs

A BoldReports.RDL.DOM.DataElementOutputs value indicating the output configuration.

Hidden

Gets or sets a value indicating whether the element is hidden.

Declaration
public string Hidden { get; set; }
Property Value
Type Description
System.String

A string that defines the hidden state of the element.

Label

Gets or sets the label for the element.

Declaration
public string Label { get; set; }
Property Value
Type Description
System.String

A string that defines the label text.

OffsetX

Gets or sets the horizontal offset of the element.

Declaration
public string OffsetX { get; set; }
Property Value
Type Description
System.String

A string representing the X-axis offset.

OffsetY

Gets or sets the vertical offset of the element.

Declaration
public string OffsetY { get; set; }
Property Value
Type Description
System.String

A string representing the Y-axis offset.

Style

Gets or sets the style settings for the element.

Declaration
public Style Style { get; set; }
Property Value
Type Description
Style

A Style object containing style information.

ToolTip

Gets or sets the tooltip for the element.

Declaration
public string ToolTip { get; set; }
Property Value
Type Description
System.String

A string that defines the tooltip text.

Methods

ResetDataElementOutput()

Resets the output state of the data element in the map spatial element.

Declaration
public void ResetDataElementOutput()

ShouldSerializeDataElementOutput()

Determines whether the DataElementOutput property should be serialized.

Declaration
public bool ShouldSerializeDataElementOutput()
Returns
Type Description
System.Boolean

True if the DataElementOutput differs from 'Auto'; otherwise, false.

ShouldSerializeOffsetX()

Determines whether the OffsetX property should be serialized.

Declaration
public bool ShouldSerializeOffsetX()
Returns
Type Description
System.Boolean

True if OffsetX is not equal to "0"; otherwise, false.

ShouldSerializeOffsetY()

Determines whether the OffsetY property should be serialized.

Declaration
public bool ShouldSerializeOffsetY()
Returns
Type Description
System.Boolean

True if OffsetY is not equal to "0"; otherwise, false.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved