Share via


StyleInstance.m_shadowOffset Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

A ReportSize value that represents the calculated value of the ShadowOffset property.

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

Syntax

'Declaration
Protected m_shadowOffset As ReportSize
'Usage
Dim value As ReportSize 

value = Me.m_shadowOffset 

Me.m_shadowOffset = value
protected ReportSize m_shadowOffset
protected:
ReportSize^ m_shadowOffset
val mutable m_shadowOffset: ReportSize
protected var m_shadowOffset : ReportSize

See Also

Reference

StyleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace