ShadowColor プロパティ
Style クラスの ShadowColor プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overrides Property ShadowColor As ReportColor
Get
Set
'使用
Dim instance As StyleInstance
Dim value As ReportColor
value = instance.ShadowColor
instance.ShadowColor = value
public override ReportColor ShadowColor { get; set; }
public:
virtual property ReportColor^ ShadowColor {
ReportColor^ get () override;
void set (ReportColor^ value) override;
}
abstract ShadowColor : ReportColor with get, set
override ShadowColor : ReportColor with get, set
override function get ShadowColor () : ReportColor
override function set ShadowColor (value : ReportColor)
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
ShadowColor プロパティの計算値を表す ReportColor 値。