次の方法で共有


ReportViewer.InternalBorderColor プロパティ

コントロールの内部の罫線の色を取得または設定します。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
<WebBrowsableAttribute(True)> _
Public Property InternalBorderColor As Color
    Get
    Set
'使用
Dim instance As ReportViewer
Dim value As Color

value = instance.InternalBorderColor

instance.InternalBorderColor = value
[WebBrowsableAttribute(true)]
public Color InternalBorderColor { get; set; }
[WebBrowsableAttribute(true)]
public:
property Color InternalBorderColor {
    Color get ();
    void set (Color value);
}
[<WebBrowsableAttribute(true)>]
member InternalBorderColor : Color with get, set
function get InternalBorderColor () : Color
function set InternalBorderColor (value : Color)

プロパティ値

型: System.Drawing.Color
コントロールの内部の罫線の色を示す Color 値。

関連項目

参照

ReportViewer クラス

Microsoft.Reporting.WebForms 名前空間