Class MapAppearanceRule
Represents an appearance rule to be used for map items in a map polygon layer, a map point layer, or a map line layer.
Inheritance
System.Object
MapAppearanceRule
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 MapAppearanceRule
Constructors
MapAppearanceRule()
Declaration
protected MapAppearanceRule()
Properties
BucketCount
Declaration
public string BucketCount { 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 |
|
DataValue
Declaration
public string DataValue { get; set; }
Property Value
Type |
Description |
System.String |
|
DistributionType
Declaration
public string DistributionType { get; set; }
Property Value
Type |
Description |
System.String |
|
EndValue
Declaration
public string EndValue { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendName
Declaration
public string LegendName { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendText
Declaration
public string LegendText { get; set; }
Property Value
Type |
Description |
System.String |
|
MapBuckets
Declaration
public MapBuckets MapBuckets { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.MapBuckets |
|
StartValue
Declaration
public string StartValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ResetDataElementOutput()
Declaration
public void ResetDataElementOutput()
ResetMapBuckets()
Declaration
public void ResetMapBuckets()
ShouldSerializeDataElementOutput()
Declaration
public bool ShouldSerializeDataElementOutput()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeMapBuckets()
Declaration
public bool ShouldSerializeMapBuckets()
Returns
Type |
Description |
System.Boolean |
|