다음을 통해 공유


ShadowOffset 속성

Gets an expression that evaluates to the size of the shadow for the item.

네임스페이스:  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