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