ShadowOffset 속성
Size of the shadow for the item.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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