Udostępnij za pośrednictwem


StyleInstance.m_shadowColor Field

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

A ReportColor value that represents the calculated value of the ShadowColor property.

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

Syntax

'Declaration
Protected m_shadowColor As ReportColor
'Usage
Dim value As ReportColor 

value = Me.m_shadowColor 

Me.m_shadowColor = value
protected ReportColor m_shadowColor
protected:
ReportColor^ m_shadowColor
val mutable m_shadowColor: ReportColor
protected var m_shadowColor : ReportColor

See Also

Reference

StyleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace