Propriedade do RDL MapAppearanceRule.EndValue
Gets the end value in the data distribution.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property EndValue As ReportVariantProperty
Get
'Uso
Dim instance As MapAppearanceRule
Dim value As ReportVariantProperty
value = instance.EndValue
public ReportVariantProperty EndValue { get; }
public:
property ReportVariantProperty^ EndValue {
ReportVariantProperty^ get ();
}
member EndValue : ReportVariantProperty
function get EndValue () : ReportVariantProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object that represents the end value in the data distribution.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering