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