Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the ShadowOffset property in a Style class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides Property ShadowOffset As ReportSize
Get
Set
'Usage
Dim instance As StyleInstance
Dim value As ReportSize
value = instance.ShadowOffset
instance.ShadowOffset = value
public override ReportSize ShadowOffset { get; set; }
public:
virtual property ReportSize^ ShadowOffset {
ReportSize^ get () override;
void set (ReportSize^ value) override;
}
abstract ShadowOffset : ReportSize with get, set
override ShadowOffset : ReportSize with get, set
override function get ShadowOffset () : ReportSize
override function set ShadowOffset (value : ReportSize)
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the ShadowOffset property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace