MapAppearanceRuleInstance.StartValue-Eigenschaft
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
Eigenschaftswert
Typ: System.Object
An object that represents the calculated value of the StartValue property.
Siehe auch
Verweis
MapAppearanceRuleInstance Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace