ShadowColor プロパティ

StyleBase クラスの ShadowColor プロパティの計算値を取得します。

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

構文

'宣言
Public MustOverride Property ShadowColor As ReportColor
    Get
    Set
'使用
Dim instance As StyleBaseInstance
Dim value As ReportColor

value = instance.ShadowColor

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

プロパティ値

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