Właściwość MapDistanceScale.ScaleBorderColor
Pobiera lub ustawia kolor obramowania skali.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ScaleBorderColor As ReportExpression(Of ReportColor)
Get
Set
'Użycie
Dim instance As MapDistanceScale
Dim value As ReportExpression(Of ReportColor)
value = instance.ScaleBorderColor
instance.ScaleBorderColor = value
public ReportExpression<ReportColor> ScaleBorderColor { get; set; }
public:
property ReportExpression<ReportColor> ScaleBorderColor {
ReportExpression<ReportColor> get ();
void set (ReportExpression<ReportColor> value);
}
member ScaleBorderColor : ReportExpression<ReportColor> with get, set
function get ScaleBorderColor () : ReportExpression<ReportColor>
function set ScaleBorderColor (value : ReportExpression<ReportColor>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> obiektu.
Zobacz także