Propriedade do RDL StartValue
Gets the calculated value of the StartValue property in a MapAppearanceRule class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property StartValue As Object
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Object
An object that represents the calculated value of the StartValue property.
Consulte também