Udostępnij za pośrednictwem


Właściwość MapAppearanceRule.EndValue

Pobiera lub ustawia wartość końcowa w dystrybucji danych.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property EndValue As ReportExpression
    Get
    Set
'Użycie
Dim instance As MapAppearanceRule
Dim value As ReportExpression

value = instance.EndValue

instance.EndValue = value
public ReportExpression EndValue { get; set; }
public:
property ReportExpression EndValue {
    ReportExpression get ();
    void set (ReportExpression value);
}
member EndValue : ReportExpression with get, set
function get EndValue () : ReportExpression
function set EndValue (value : ReportExpression)