共用方式為


MapDistanceScale.ScaleColor 屬性

Gets or sets the scale color.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property ScaleColor As ReportExpression(Of ReportColor)
    Get 
    Set
'用途
Dim instance As MapDistanceScale 
Dim value As ReportExpression(Of ReportColor)

value = instance.ScaleColor

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

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.

請參閱

參考

MapDistanceScale 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間