MapAppearanceRuleInstance.StartValue Property

Gets the calculated value of the StartValue property in a MapAppearanceRule class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property StartValue As Object 
    Get
'Usage
Dim instance As MapAppearanceRuleInstance 
Dim value As Object 

value = instance.StartValue
public Object StartValue { get; }
public:
property Object^ StartValue {
    Object^ get ();
}
member StartValue : Object
function get StartValue () : Object

Property Value

Type: System.Object
An object that represents the calculated value of the StartValue property.

See Also

Reference

MapAppearanceRuleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace