ShadowOffset プロパティ

アイテムの影のサイズ。

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

構文

'宣言
Public MustOverride ReadOnly Property ShadowOffset As ReportSizeProperty
    Get
'使用
Dim instance As StyleBase
Dim value As ReportSizeProperty

value = instance.ShadowOffset
public abstract ReportSizeProperty ShadowOffset { get; }
public:
virtual property ReportSizeProperty^ ShadowOffset {
    ReportSizeProperty^ get () abstract;
}
abstract ShadowOffset : ReportSizeProperty
abstract function get ShadowOffset () : ReportSizeProperty