MapAppearanceRule.StartValue Propiedad
Gets the start value in the data distribution.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property StartValue As ReportVariantProperty
Get
'Uso
Dim instance As MapAppearanceRule
Dim value As ReportVariantProperty
value = instance.StartValue
public ReportVariantProperty StartValue { get; }
public:
property ReportVariantProperty^ StartValue {
ReportVariantProperty^ get ();
}
member StartValue : ReportVariantProperty
function get StartValue () : ReportVariantProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object that represents the start value in the data distribution.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering