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