Style.ShadowOffset Property

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

Property Value

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

See Also

Reference

Style Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace