次の方法で共有


BorderInstance.Color プロパティ

Border クラスの Color プロパティの計算値を取得または設定します。 set アクセサーは、カスタム レポート アイテムを作成する場合にのみ使用できます。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Property Color As ReportColor 
    Get 
    Set
'使用
Dim instance As BorderInstance 
Dim value As ReportColor 

value = instance.Color

instance.Color = value
public ReportColor Color { get; set; }
public:
property ReportColor^ Color {
    ReportColor^ get ();
    void set (ReportColor^ value);
}
member Color : ReportColor with get, set
function get Color () : ReportColor 
function set Color (value : ReportColor)

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
Color プロパティの計算値を表す ReportColor 値。

関連項目

参照

BorderInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間