Freigeben über


StyleBase.ShadowOffset-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ShadowOffset As ReportSizeProperty 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the size of the shadow for the item.

Siehe auch

Verweis

StyleBase Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace