Udostępnij przez


Właściwość MapAppearanceRule.StartValue

Pobiera wartość początkowa w dystrybucji danych.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property StartValue As ReportVariantProperty
    Get
'Użycie
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