Style.ShadowColor プロパティ
アイテムの影の色に評価される式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overrides ReadOnly Property ShadowColor As ReportColorProperty
Get
'使用
Dim instance As Style
Dim value As ReportColorProperty
value = instance.ShadowColor
public override ReportColorProperty ShadowColor { get; }
public:
virtual property ReportColorProperty^ ShadowColor {
ReportColorProperty^ get () override;
}
abstract ShadowColor : ReportColorProperty
override ShadowColor : ReportColorProperty
override function get ShadowColor () : ReportColorProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
アイテムの影の色を表す ReportColorProperty オブジェクト。