Udostępnij za pośrednictwem


Właściwość MapColorRule.ShowInColorScale

Wskazuje, czy kolory przypisane zmapować elementy będą wyświetlane w skali kolorów mapy.

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

Składnia

'Deklaracja
Public Property ShowInColorScale As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
Dim instance As MapColorRule
Dim value As ReportExpression(Of Boolean)

value = instance.ShowInColorScale

instance.ShowInColorScale = value
public ReportExpression<bool> ShowInColorScale { get; set; }
public:
property ReportExpression<bool> ShowInColorScale {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member ShowInColorScale : ReportExpression<bool> with get, set
function get ShowInColorScale () : ReportExpression<boolean>
function set ShowInColorScale (value : ReportExpression<boolean>)