Propriedade do RDL MapAppearanceRule.StartValue
Gets the start value in the data distribution.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object that represents the start value in the data distribution.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering