MapColorRangeRule.EndColor 属性

Gets or sets the end color for a MapColorRangeRule distribution.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property EndColor As ReportExpression(Of ReportColor)
    Get
    Set
用法
Dim instance As MapColorRangeRule
Dim value As ReportExpression(Of ReportColor)

value = instance.EndColor

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